Rework locales
This commit is contained in:
parent
fa1c4b8e47
commit
8f9828e40d
1 changed files with 9 additions and 1 deletions
|
@ -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";
|
||||||
|
};
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue