do some moving

This commit is contained in:
Schrottkatze 2025-03-27 20:06:54 +01:00
commit 49298541e5
No known key found for this signature in database
40 changed files with 13 additions and 16 deletions

13
modules/de/locale.nix Normal file
View file

@ -0,0 +1,13 @@
{...}: {
i18n.extraLocaleSettings = {
LC_ADDRESS = "de_DE.UTF-8";
LC_IDENTIFICATION = "de_DE.UTF-8";
LC_MEASUREMENT = "de_DE.UTF-8";
LC_MONETARY = "de_DE.UTF-8";
LC_NAME = "de_DE.UTF-8";
LC_NUMERIC = "de_DE.UTF-8";
LC_PAPER = "de_DE.UTF-8";
LC_TELEPHONE = "de_DE.UTF-8";
LC_TIME = "de_DE.UTF-8";
};
}