add en_US.UTF-8/UTF-8 locale

This commit is contained in:
Motiejus Jakštys 2023-07-24 12:47:41 +03:00
parent 6f7e911d4e
commit f5d3249fa0
1 changed files with 1 additions and 1 deletions

View File

@ -32,10 +32,10 @@
config = {
time.timeZone = config.mj.timeZone;
# Select internationalisation properties.
i18n = {
defaultLocale = "en_US.UTF-8";
supportedLocales = [
"en_US.UTF-8/UTF-8"
"lt_LT.UTF-8/UTF-8"
];
};