GNOME Bugzilla – Bug 654221
Bad translation in gcalctool
Last modified: 2011-07-11 22:10:54 UTC
In cs.po, line 2251 shouldn't be "$s", so it should be translated as "%%s %s". Current translation kills gcalctoll when gcalctoll is turned to "financial mode". -- Sorry for bad English, I'm not from England.
Thanks for the report! Moving to L10N product (as that's where translation issues are handled).
#. Translators: result of currency conversion, %s is the symbol, %%s is the placeholder for amount, i.e.: USD100 #: ../src/unit-manager.c:137 #, c-format msgid "%s%%s" msgstr "%%2$s %1$s"
I need change order for Czech. gettext uses $ notation for change order. "%s%%s" -> "%%s %s" do same in this case?
Yes, it do. Using of $ kills application when it's switched to financial mode (there is used this translation).
Fixed in master and gnome-3-0 branches
This problem has been fixed in our software repository. The fix will go into the next software release. Thank you for your bug report.