add en_US.UTF-8/UTF-8 locale
This commit is contained in:
parent
6f7e911d4e
commit
f5d3249fa0
@ -32,10 +32,10 @@
|
|||||||
config = {
|
config = {
|
||||||
time.timeZone = config.mj.timeZone;
|
time.timeZone = config.mj.timeZone;
|
||||||
|
|
||||||
# Select internationalisation properties.
|
|
||||||
i18n = {
|
i18n = {
|
||||||
defaultLocale = "en_US.UTF-8";
|
defaultLocale = "en_US.UTF-8";
|
||||||
supportedLocales = [
|
supportedLocales = [
|
||||||
|
"en_US.UTF-8/UTF-8"
|
||||||
"lt_LT.UTF-8/UTF-8"
|
"lt_LT.UTF-8/UTF-8"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user