locales: bring back the old means

otherwise perl is complaining
This commit is contained in:
Motiejus Jakštys 2023-12-20 17:07:54 +02:00
parent 12a00997d5
commit 22ae0836ea
1 changed files with 1 additions and 2 deletions

View File

@ -45,9 +45,8 @@
];
i18n = {
defaultLocale = "en_US.UTF-8/UTF-8";
defaultLocale = "en_US.UTF-8";
supportedLocales = [
"C.UTF-8/UTF-8"
"en_US.UTF-8/UTF-8"
"lt_LT.UTF-8/UTF-8"
];