GNOME Bugzilla – Bug 760426
[PATCH] grl-inspect-0.3 --help and grl-launch-0.3 --help shows translated characters as question marks on some locales
Last modified: 2016-01-12 12:49:45 UTC
Please see the attached patch. grl-inspect and grl-launch should call setlocale in main function in order to correctly show translated messages.
Created attachment 318695 [details] [review] grl-inspect, grl-launch: Call setlocale in main function It is required to correctly show translated messages on some locales.
Review of attachment 318695 [details] [review]: Please split the changes, and fix the commit message to match this one: https://git.gnome.org/browse/totem/commit/?id=8ed76341025868862f380f40704b9d4683b1eca0
Created attachment 318716 [details] [review] grl-inspect: Fix help messages in some locales Call setlocale() first thing in the main() function
Created attachment 318717 [details] [review] grl-launch: Fix help messages in some locales Call setlocale() first thing in the main() function
Attachment 318716 [details] pushed as 79bbf6a - grl-inspect: Fix help messages in some locales Attachment 318717 [details] pushed as 7158c4c - grl-launch: Fix help messages in some locales
Pushed to master and the 0.2.x branch.