feat: adds japanese as a locale so that things display correctly hopefully

This commit is contained in:
Ahwx 2025-01-12 17:22:27 +01:00
parent 7b0072e8ff
commit b290a449da

View file

@ -38,5 +38,9 @@
time.timeZone = "Europe/Amsterdam"; time.timeZone = "Europe/Amsterdam";
i18n.defaultLocale = "en_US.UTF-8"; i18n.defaultLocale = "en_US.UTF-8";
i18n.supportedLocales = [
"en_US.UTF-8/UTF-8"
"ja_JP.UTF-8/UTF-8"
];
system.stateVersion = "24.05"; system.stateVersion = "24.05";
} }