fix: i18n in US

This commit is contained in:
genofire 2023-06-15 02:23:09 +02:00
parent 7cec90c2f2
commit 7afbd98bd0
1 changed files with 4 additions and 0 deletions

View File

@ -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";