fix locale
This commit is contained in:
parent
561eefff3e
commit
84e835a6a2
@ -143,7 +143,7 @@
|
||||
# Locale
|
||||
i18n.defaultLocale = "en_IE.UTF-8";
|
||||
i18n.extraLocaleSettings = {
|
||||
LANGUAGE = "en_IE:en:C:ru_RU";
|
||||
LANGUAGE = "en_IE:en_US:en:C:ru_RU";
|
||||
LC_TIME = "en_DK.UTF-8";
|
||||
LC_ADDRESS = "ru_RU.UTF-8";
|
||||
LC_MONETARY = "ru_RU.UTF-8";
|
||||
|
@ -6,7 +6,7 @@ let
|
||||
ie = "en_IE.UTF-8";
|
||||
ru = "ru_RU.UTF-8";
|
||||
us = "en_US.UTF-8";
|
||||
lang = "en_IE:en:C:ru_RU";
|
||||
lang = "en_IE:en_US:en:C:ru_RU";
|
||||
in {
|
||||
i18n.defaultLocale = ie;
|
||||
i18n.extraLocaleSettings = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user