Switch up the languages

This commit is contained in:
Geoffrey Frogeye 2025-01-21 00:20:52 +01:00
parent e6656923e0
commit 6d6a991fa5
Signed by: geoffrey
GPG key ID: C72403E7F82E6AD8
3 changed files with 4 additions and 4 deletions

View file

@ -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
};
};