enable C locale

This commit is contained in:
Motiejus Jakštys 2023-12-20 17:09:18 +02:00
parent 22ae0836ea
commit 3c4d772e3b
1 changed files with 1 additions and 0 deletions

View File

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