[Gimp-developer] wget plugin
- From: Alexandre Prokoudine <alexandre prokoudine gmail com>
- To: gimp-developer <gimp-developer-list gnome org>
- Subject: [Gimp-developer] wget plugin
- Date: Sun, 1 Apr 2012 12:56:54 +0400
Hi,
I've been wondering for a while why the plug-in for fetching an image
from network location always shows its messages in English, so I ended
up looking into the code...
plug-ins/file-uri/uri-backend-wget.c has this:
g_setenv ("LANGUAGE", "C", TRUE);
g_setenv ("LC_ALL", "C", TRUE);
g_setenv ("LANG", "C", TRUE);
And then translatable messages follow.
So the plug-in doesn't even give those messages a chance to show up as
translated, while providing false hope :)
Is there a reason for such a cruelty? :)
Alexandre Prokoudine
http://libregraphicsworld.org
[Date Prev][
Date Next] [Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]