diff options
Diffstat (limited to '')
-rw-r--r-- | modules/common/locale.nix | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/modules/common/locale.nix b/modules/common/locale.nix index 7e8eefb..870ce1b 100644 --- a/modules/common/locale.nix +++ b/modules/common/locale.nix @@ -9,6 +9,10 @@ with lib; hm.home.language = { collate = "C"; messages = "C"; + monetary = "ru_RU.UTF-8"; + numeric = "ru_RU.UTF-8"; + paper = "ru_RU.UTF-8"; + telephone = "ru_RU.UTF-8"; }; i18n = { |