Switch up the languages
This commit is contained in:
parent
e6656923e0
commit
6d6a991fa5
3 changed files with 4 additions and 4 deletions
|
@ -44,9 +44,9 @@
|
|||
];
|
||||
|
||||
i18n = {
|
||||
defaultLocale = "en_GB.UTF-8";
|
||||
defaultLocale = "nl_NL.UTF-8";
|
||||
extraLocaleSettings = {
|
||||
LC_TIME = "en_DK.UTF-8"; # Should give YYYY-MM-DD but doesn't work for browser & Thunderbird :(
|
||||
LC_TIME = "en_DK.UTF-8"; # Use YYYY-MM-DD, Thunderbird & qutebrowser use own settings
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue