GNOME Bugzilla – Bug 399381
"Timezone" is not localized in Evolution Setup Assistant
Last modified: 2013-09-13 00:50:58 UTC
Incorrect translation Application: Evolution Incorrect text: locale: all Start Evolution in ru_RU.UTF-8 locale (If Evolution is launched for the first time, the Evolution Setup Assistant is launched) and create account in Setup Assistant. On the last page you can select your timezone. Unlocalized string "Timezone" Should be: The string should be localized. It seems to be i18n bug.
No, it's generic Evolution bug, no relation to Russian :) Thanks for good catch though Look into plugins/startup-wizard/startup-wizard.c: page = gnome_druid_page_standard_new_with_vals ("Timezone", NULL, NULL) It should be _("Timezone") instead.
Created attachment 81306 [details] [review] Patch for gnome-2.16 branch Actually there are much more untranslated strings. I'm going to commit the following patch into 2.16 branch to fix some mistakes.
Created attachment 81307 [details] [review] Patch for trunk
fyi, i filed bug 401288 about the sentence splitting.