Rework locales

This commit is contained in:
Yorick Barbanneau 2023-09-30 11:59:18 +02:00
parent fa1c4b8e47
commit 8f9828e40d

View file

@ -2,5 +2,13 @@
{ {
time.timeZone = "Europe/Paris"; time.timeZone = "Europe/Paris";
# English locale with YYY/MM/DD date format # English locale with YYY/MM/DD date format
i18n.defaultLocale = "en_DK.UTF-8"; i18n = {
# defaultLocale = "en_US.UTF-8";
extraLocaleSettings = {
LANG = "en_US.UTF-8";
LC_TIME = "en_DK.UTF-8";
LC_DATE = "en_DK.UTF-8";
LC_PAPER = "fr_FR.UTF-8";
};
};
} }