fix: i18n in US
This commit is contained in:
parent
7cec90c2f2
commit
7afbd98bd0
|
@ -35,6 +35,10 @@ in
|
|||
|
||||
time.timeZone = "Europe/Berlin";
|
||||
i18n.defaultLocale = "en_IE.UTF-8";
|
||||
i18n.supportedLocales = [
|
||||
"en_US.UTF-8/UTF-8"
|
||||
"en_IE.UTF-8/UTF-8"
|
||||
];
|
||||
console = {
|
||||
font = "Lat2-Terminus16";
|
||||
keyMap = "de";
|
||||
|
|
Loading…
Reference in New Issue