about summary refs log tree commit diff stats
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--modules/by-name/lo/locale/module.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/modules/by-name/lo/locale/module.nix b/modules/by-name/lo/locale/module.nix
index 17096731..3c9c646c 100644
--- a/modules/by-name/lo/locale/module.nix
+++ b/modules/by-name/lo/locale/module.nix
@@ -37,10 +37,10 @@ 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";
       };
     };