Upate locale configuration avoid perl warning

This commit is contained in:
Yorick Barbanneau 2023-12-03 16:54:43 +01:00
parent 05741a00fe
commit e6f78ce085

View file

@ -5,6 +5,8 @@
i18n = {
# defaultLocale = "en_US.UTF-8";
extraLocaleSettings = {
LANGUAGE = "en_US.UTF-8";
LC_ALL = "en_US.UTF-8";
LANG = "en_US.UTF-8";
LC_TIME = "en_DK.UTF-8";
LC_DATE = "en_DK.UTF-8";