Public bug reported:

Strings of standard GTK buttons (ok, cancel, about) should not be
translatable because they benefit from language pack localisation. So
there is no need to mark the text of these buttons as translatable.

For example in ./data/ntfs-config.glade:

<widget class="GtkButton" id="cancelbutton">
                <property name="visible">True</property>
                <property name="label" translatable="yes">gtk-cancel</property>
                <property name="use_stock">True</property>
              </widget>

This cancel button is marked translatable with translatable="yes". It is
the same thing for ok and about buttons, but they are stock buttons so I
think there is no need to made them translatable.

In addition, it can confuse translator and then broke the translation, like we 
can see in rosetta for ntfs-config french translation:
English: gtk-cancel
Current French: gtk-annuler

** Affects: ntfs-config (Ubuntu)
     Importance: Undecided
         Status: Unconfirmed

-- 
[i18n] strings of standard gtk buttons should not be translatable
https://bugs.launchpad.net/bugs/105639
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to