GNOME Bugzilla – Bug 567129
evolution "Email Custom Header" dialog is not localized
Last modified: 2009-03-22 18:52:33 UTC
"Email Custom Header" dialog get the strings from apps_evolution_email_custom_header.schemas and the dialog is not localized because the .schemas file is not localized. To reproduce: 1. Invoke evolution 2. Choose [File] -> [New] -> [Mail Message]. 3. Choose [Insert] -> [Custom Header]. Then the "Security:" label and "Personal" pull down menu items are not localized. I'm attaching the patch.
Created attachment 126086 [details] [review] Patch for email-custom-header/apps_evolution_email_custom_header.schemas.in, plugins/email-custom-header/email-custom-header.c The patch can extract translatable strings with 'intltool-update -p'.
Interesting. I didn't know you could put <default> under <locale>. So long as it works, approved.
Thanks much for your review. 2009-01-09 Takao Fujiwara <takao.fujiwara@sun.com> Reviewed by Matthew Barnes <mbarnes@redhat.com> ** Fix for bug #567129 * apps_evolution_email_custom_header.schemas.in: Add <default> tag in C locale to localize the value. * email-custom-header.c (epech_setup_widgets): Add gettext.
Created attachment 126157 [details] [review] Patch to revise patch #126086 After I applied this patch, I noticed the mail header has the multibyte mail fields. I'd like to i18n GUI only. Could you review the revised patch?
Can the last patch get a review?
Yes, the revised patch was integrated with bug 567568.