diff options
Diffstat (limited to '')
| -rw-r--r-- | modules/by-name/lo/locale/module.nix | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/modules/by-name/lo/locale/module.nix b/modules/by-name/lo/locale/module.nix index 17096731..0aa812ec 100644 --- a/modules/by-name/lo/locale/module.nix +++ b/modules/by-name/lo/locale/module.nix @@ -37,12 +37,15 @@ in { }; i18n = { - defaultLocale = "en_CA.UTF-8"; + defaultLocale = "sv_SE.UTF-8"; extraLocaleSettings = { - LANGUAGE = "en_CA:en_US:en"; - LC_TIME = "en_DK.UTF-8"; + LANGUAGE = "sv_SE:en_CA:en_US:en"; + LC_TIME = "sv_SE.UTF-8"; LC_COLLATE = "C.UTF-8"; }; + extraLocales = [ + "fr_FR.UTF-8/UTF-8" + ]; }; # Layout |
