unfuck locales
This commit is contained in:
parent
ae099b9545
commit
1575ef5639
1 changed files with 10 additions and 2 deletions
|
@ -2,14 +2,22 @@
|
|||
{
|
||||
time.timeZone = "Europe/Berlin";
|
||||
i18n.extraLocaleSettings = {
|
||||
LC_LANG = "en_US.UTF-8";
|
||||
# LC_LANGUAGE = "en_DE:en_US:en_GB:de_DE";
|
||||
|
||||
# ISO 8601 (hopefully)
|
||||
LC_TIME = "en_DK.UTF-8";
|
||||
|
||||
# why is this even a thing
|
||||
LC_COLLATE = "C.UTF-8";
|
||||
|
||||
LC_ADDRESS = "de_DE.UTF-8";
|
||||
LC_IDENTIFICATION = "de_DE.UTF-8";
|
||||
LC_MEASUREMENT = "de_DE.UTF-8";
|
||||
LC_MONETARY = "de_DE.UTF-8";
|
||||
LC_NAME = "de_DE.UTF-8";
|
||||
LC_NUMERIC = "de_DE.UTF-8";
|
||||
LC_NUMERIC = "C.UTF-8";
|
||||
LC_PAPER = "de_DE.UTF-8";
|
||||
LC_TELEPHONE = "de_DE.UTF-8";
|
||||
LC_TIME = "de_DE.UTF-8";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue