[Kst] [kst] [Bug 330050] i18n + l10n issues in kst2
Burkhard Lueck
lueck at hube-lueck.de
Sat Jan 18 14:00:18 UTC 2014
https://bugs.kde.org/show_bug.cgi?id=330050
--- Comment #3 from Burkhard Lueck <lueck at hube-lueck.de> ---
(In reply to comment #0)
> 1a) kst-plot(master)$ wcgrep addItem |grep -v "tr("|grep '"'|wc
>
Seems to be solved
>
> 1b) wcgrep setTypeName graphics/kst-plot/|grep -v "tr("|grep '"'|wc
Seems to be solved
> 3) A lot of QT_TR_NOOP calls like:
Seems to be solved
> 4) All Dynamic Properties in ui files are marked as translation in
> designer-qt, e.g.
Seems to be solved, except these two:
$ git diff src/
diff --git a/src/libkstapp/filltab.ui b/src/libkstapp/filltab.ui
index 0e562e7..db69fa8 100644
--- a/src/libkstapp/filltab.ui
+++ b/src/libkstapp/filltab.ui
@@ -89,7 +89,7 @@
<string>&Reset Gradient</string>
</property>
<property name="si" stdset="0">
- <string>reset fill gradient</string>
+ <string notr="true">reset fill gradient</string>
</property>
</widget>
</item>
diff --git a/src/widgets/curveappearance.ui b/src/widgets/curveappearance.ui
index 9ba811b..e7c9f25 100644
--- a/src/widgets/curveappearance.ui
+++ b/src/widgets/curveappearance.ui
@@ -193,7 +193,7 @@
</sizepolicy>
</property>
<property name="si" stdset="0">
- <string>curve color</string>
+ <string notr="true">curve color</string>
</property>
</widget>
</item>
Right?
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the Kst
mailing list