GNOME Bugzilla – Bug 342147
strings in nautilus-main.c are not translatable
Last modified: 2006-10-06 22:46:03 UTC
Please describe the problem: strings in nautilus-main.c are not translatable due to improperly initialized locale. Steps to reproduce: 1. Open many windows 2. Look and window list title 3. You see untranslated "File Manager" not depending on language you are using. Actual results: Expected results: Does this happen every time? Other information:
Created attachment 65697 [details] [review] nautilus-i18n.patch Proposed fix.
Cannot confirm for de_DE locale.
Well, the proposed patch was tested in nautilus-2.12.2 in SuSE Linux 10.1. And the proposed patch fixed the problem. But I guess that CVS HEAD (and 2.14) is affected, too, because g_set_application_name (_("File Manager")); is called before locale initialization (done later by gnome_program_init()).
Created attachment 65799 [details] [review] patch from Mandriva patch from the Mandriva package, they move the g_set_application_name call
Note that g_option_context_new(_(foo)) one line below has the same problem.
confirming report since we have some issue that was dealt with in distributions
Good catch. I'll ping nautilus-list about this.
Committed the patch from comment #1 to HEAD.
can this be closed then?
Yes, sorry about that. I evidently forgot to close the bug.