diff options
author | azahi <azat@bahawi.net> | 2024-10-26 02:25:43 +0300 |
---|---|---|
committer | azahi <azat@bahawi.net> | 2024-10-26 02:25:43 +0300 |
commit | e3891fb855a14773774184000f143bddf9f3372f (patch) | |
tree | 46d2f5a79bffd9cf304f0f4b116a3c490e1187bf /modules/common/locale.nix | |
parent | 2024-10-22 (diff) |
2024-10-26
Diffstat (limited to 'modules/common/locale.nix')
-rw-r--r-- | modules/common/locale.nix | 15 |
1 files changed, 11 insertions, 4 deletions
diff --git a/modules/common/locale.nix b/modules/common/locale.nix index 870ce1b..372b69b 100644 --- a/modules/common/locale.nix +++ b/modules/common/locale.nix @@ -9,10 +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"; + monetary = "tt_RU.UTF-8"; + numeric = "tt_RU.UTF-8"; + paper = "tt_RU.UTF-8"; + telephone = "tt_RU.UTF-8"; }; i18n = { @@ -20,9 +20,16 @@ with lib; supportedLocales = [ "C.UTF-8/UTF-8" "en_GB.UTF-8/UTF-8" + "en_GB/ISO-8859-1" "en_US.UTF-8/UTF-8" + "en_US/ISO-8859-1" + "ja_JP.EUC-JP/EUC-JP" "ja_JP.UTF-8/UTF-8" + "ru_RU.KOI8-R/KOI8-R" "ru_RU.UTF-8/UTF-8" + "ru_RU/ISO-8859-5" + "tt_RU/UTF-8" + "tt_RU@iqtelif/UTF-8" ]; inputMethod = { |