> 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:
> const _ = Gettext.gettext;
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
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 (where's the apps n
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
O
I am working on a review of gnome-shell-extension-netspeed
(https://bugzilla.redhat.com/show_bug.cgi?id=1377631).
I'm using the latest version of NetSpeed from the extensions website, with
GNOME 3.22, on Fedora 25 Workstation x86_64 in a german environment
(LANG=de_DE.UTF-8).
Does anyone have a