diff options
author | Azat Bahawi <azat@bahawi.net> | 2024-05-30 11:43:17 +0300 |
---|---|---|
committer | Azat Bahawi <azat@bahawi.net> | 2024-05-30 11:43:17 +0300 |
commit | 4ea68b87c2747031b42bc3d3d286e4408680e978 (patch) | |
tree | 6bdb17393976912133677226e971ea8159bde64f /modules/common/locale.nix | |
parent | 2024-05-26 (diff) |
2024-05-30
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 = { |