GNOME Bugzilla – Bug 450085
Translated strings don't appear translated in main window
Last modified: 2007-09-19 19:52:26 UTC
Strings in the main sabayon window, coming from admin-tool/sabayon.glade, don't appear as translated in the program, however they are translated in the po file.
Created attachment 90454 [details] Screenshot showing sabayon 2.19x in Hungarian
I confirm this problem, with jhbuild + python 2.4.4, tested under Thai locale. The untranslated messages in the screenshot also appear untranslated for my case.
federico will take a look at this tomorrow, please take screenshots of other dialogs first. :-P
Created attachment 95859 [details] [review] sabayon-450085-translate-glade-strings.diff Oops, we weren't passing the l10n domain to gtk.glade.XML(). This is fixed now.
Fixed in trunk. I'll make sabayon-2.20 after fixing another bug. 2007-09-19 Federico Mena Quintero <federico@novell.com> Fix http://bugzilla.gnome.org/show_bug.cgi?id=450085 - Strings coming from sabayon.glade do not appear translated. * admin-tool/profilesdialog.py (AddProfileDialog.__init__): Pass the l10n domain to gtk.glade.XML. (ProfilesDialog.__init__): Likewise. * admin-tool/usersdialog.py (UsersDialog.__init__): Likewise.