mirror of
https://github.com/alexkay/spek.git
synced 2025-04-25 20:32:14 +03:00
i18n: Use the correct env variable
This commit is contained in:
parent
2f370ea9fc
commit
407d5a6314
@ -31,7 +31,7 @@ namespace Spek {
|
||||
Platform.fix_args (args);
|
||||
|
||||
if (Preferences.instance.language.length > 0) {
|
||||
Environment.set_variable ("LC_ALL", Preferences.instance.language, true);
|
||||
Environment.set_variable ("LANGUAGE", Preferences.instance.language, true);
|
||||
}
|
||||
|
||||
// Intl.setlocale (LocaleCategory.ALL, prefs.language);
|
||||
|
Loading…
x
Reference in New Issue
Block a user