Re: Settings widget still shows English text when system is configured to use other locales

2017-03-20 Thread Martin Gansser
> Am Sun, 19 Mar 2017 20:22:45 +0100 > schrieb Silvia Sanchez > No it's an incorrect use. > Easy to fix: > three js-files in the netspeed extensions are using gettext: prefs.js, > net_speed.js and net_speed_status_icon.js. > > In all three files just change the line: >

Re: Settings widget still shows English text when system is configured to use other locales

2017-03-19 Thread Joël Krähemann
Hi I use this in my code to force English and byte-wise character interpretation. putenv("LC_ALL=C\0"); putenv("LANG=C\0"); Could be that you should export your variable and launch netspeed within the same shell. export LANG=de_DE.UTF-8 Bests, Joël On Sun, Mar 19, 2017 at 10:23 PM, Jens

Re: Settings widget still shows English text when system is configured to use other locales

2017-03-19 Thread Jens Lody
Am Sun, 19 Mar 2017 20:22:45 +0100 schrieb Silvia Sanchez : > No. I think is a common issue with Gnome. I experienced the same with > Gnome Recipes. In theory the app is translated, I had my system as > German, but it never showed anything but English.  The app menu in > Shell

Re: Settings widget still shows English text when system is configured to use other locales

2017-03-19 Thread Silvia Sanchez
No. I think is a common issue with Gnome. I experienced the same with Gnome Recipes. In theory the app is translated, I had my system as German, but it never showed anything but English.  The app menu in Shell  (where's the apps name and some option) was translated though. My 2 cents, Sylvia