From 297105874ee96dccc8929a2c34f13693f51b3eb1 Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Sat, 30 May 2026 00:49:21 +0200 Subject: modules/locale: Add french --- modules/by-name/lo/locale/module.nix | 3 +++ 1 file changed, 3 insertions(+) (limited to 'modules/by-name') 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 -- cgit v1.3.1