After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 260518 - wrong locale used for label right-click submenu in message window
wrong locale used for label right-click submenu in message window
Status: RESOLVED NOTABUG
Product: evolution
Classification: Applications
Component: Mailer
1.5.x (obsolete)
Other All
: Normal trivial
: ---
Assigned To: evolution-mail-maintainers
Evolution QA team
Depends on:
Blocks:
 
 
Reported: 2004-06-21 23:34 UTC by André Klapper
Modified: 2004-06-22 03:11 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
screenshot of labels submenu with wrong language (28.43 KB, image/png)
2004-06-21 23:42 UTC, André Klapper
Details

Description André Klapper 2004-06-21 23:34:20 UTC
normally i've got the following locale output:

#> locale
LANG=de_DE@euro
LC_CTYPE="de_DE@euro"
LC_NUMERIC="de_DE@euro"
LC_TIME="de_DE@euro"
LC_COLLATE="de_DE@euro"
LC_MONETARY="de_DE@euro"
LC_MESSAGES="de_DE@euro"
LC_PAPER="de_DE@euro"
LC_NAME="de_DE@euro"
LC_ADDRESS="de_DE@euro"
LC_TELEPHONE="de_DE@euro"
LC_MEASUREMENT="de_DE@euro"
LC_IDENTIFICATION="de_DE@euro"
LC_ALL=

i opened a console window and set the locale to american:

#> LANG="en_US"
#> locale
LANG=en_US
LC_CTYPE="en_US"
LC_NUMERIC="en_US"
LC_TIME="en_US"
LC_COLLATE="en_US"
LC_MONETARY="en_US"
LC_MESSAGES="en_US"
LC_PAPER="en_US"
LC_NAME="en_US"
LC_ADDRESS="en_US"
LC_TELEPHONE="en_US"
LC_MEASUREMENT="en_US"
LC_IDENTIFICATION="en_US"
LC_ALL=

i started evolution1.5-1.5.8.0.200405281008-0.snap.ximian.8.1 from this 
console so i expected it in english. every menu, dialog, prferences what 
ever was in english, also the right-click menu in the mail window, but when 
i opened the "label" submenu, all entries except "none" where in the old 
locale "de_DE@Euro" since they were german.
Comment 1 André Klapper 2004-06-21 23:42:54 UTC
Created attachment 43888 [details]
screenshot of labels submenu with wrong language
Comment 2 Jeffrey Stedfast 2004-06-22 03:11:20 UTC
the labels get initialised in whatever the locale was the first time
they were initialised. since users can change the label names, it is
important that we don't change them when the locale changes.