diff options
| author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2026-05-30 00:49:21 +0200 |
|---|---|---|
| committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2026-05-30 00:55:54 +0200 |
| commit | 297105874ee96dccc8929a2c34f13693f51b3eb1 (patch) | |
| tree | c16224f14cf4296bec6ca5874803a17fa404c470 /modules/by-name | |
| parent | modules/common/unison: Also avoid trying to synchronize sockets (diff) | |
| download | nixos-config-297105874ee96dccc8929a2c34f13693f51b3eb1.zip | |
modules/locale: Add french
Diffstat (limited to 'modules/by-name')
| -rw-r--r-- | modules/by-name/lo/locale/module.nix | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/by-name/lo/locale/module.nix b/modules/by-name/lo/locale/module.nix index 3c9c646c..0aa812ec 100644 --- a/modules/by-name/lo/locale/module.nix +++ b/modules/by-name/lo/locale/module.nix @@ -43,6 +43,9 @@ in { LC_TIME = "sv_SE.UTF-8"; LC_COLLATE = "C.UTF-8"; }; + extraLocales = [ + "fr_FR.UTF-8/UTF-8" + ]; }; # Layout |
