GNOME Bugzilla – Bug 325940
default:LTR is translated
Last modified: 2006-01-06 15:23:03 UTC
default:LTR msgstr मूलभूत:LTR 'default' should not be translated here.
I don't understand your problem. Are you saying that GTK+ is giving you a warning about a wrong translation of default:LTR ? Or are you saying that the translation is just specifying the wrong value, ie LTR where it should be RTL ? You will at least have to tell us what locale you are seeing problems in ?
locale is Hindi (hi). Following is Error message at my desktop **************** [hindi@host55 aalam]# LANG=hi_IN.UTF-8 xchat (xchat:11330): Gtk-WARNING **: Whoever translated default:LTR did so wrongly. ****************
Since 'default:LTR' should not be translated so I left it as it is in translation and commited the hindi po file.
There are only two possible translations for the default:LTR message: default:LTR - for LTR locales default:RTL - for RTL locales since Hindi is LTR (to my knowledge), hi.po should contain msgid "default:LTR" msgstr "default:LTR" While you are making changes to hi.po, you may want to remove the 100 identical comment lines at the top of the file...
Removed the unwanted lines at the top of file... :-)