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 568953 - External tools use LC_CTYPE to determine the language of the menu items
External tools use LC_CTYPE to determine the language of the menu items
Status: RESOLVED FIXED
Product: gedit-plugins
Classification: Other
Component: General
2.24.x
Other Linux
: Normal minor
: ---
Assigned To: Gedit maintainers
Gedit maintainers
Depends on:
Blocks:
 
 
Reported: 2009-01-24 08:14 UTC by Josselin Mouette
Modified: 2019-03-23 20:48 UTC
See Also:
GNOME target: ---
GNOME version: 2.23/2.24


Attachments
Use LC_MESSAGES to determine the language (565 bytes, patch)
2009-01-24 08:15 UTC, Josselin Mouette
accepted-commit_now Details | Review

Description Josselin Mouette 2009-01-24 08:14:31 UTC
When the environment sets LC_CTYPE to a different value of that of LANG, the language for the menu items of external tools is incorrect. It should be set using LC_MESSAGES instead of LC_CTYPE.

Original report: http://bugs.debian.org/510572
Comment 1 Josselin Mouette 2009-01-24 08:15:11 UTC
Created attachment 127152 [details] [review]
Use LC_MESSAGES to determine the language
Comment 2 Paolo Borelli 2009-01-24 12:24:58 UTC
Looks good to me.
Comment 3 Josselin Mouette 2009-01-24 13:02:46 UTC
Thanks, committed (r6862).