mirror of
https://gitlab.gnome.org/GNOME/gimp.git
synced 2025-10-06 01:12:40 +02:00
app: Fix localization language in Windows
This commit is contained in:
@@ -753,6 +753,7 @@ language_init (const gchar *language)
|
||||
else
|
||||
{
|
||||
g_setenv ("LANGUAGE", language, TRUE);
|
||||
g_setenv ("LANG", language, TRUE);
|
||||
setlocale (LC_ALL, "");
|
||||
|
||||
actual_language = g_strdup (language);
|
||||
|
Reference in New Issue
Block a user