From a0c6dcede70b5247baa32bebf7a1f323d8f47d8f Mon Sep 17 00:00:00 2001 From: bahrom04 Date: Thu, 25 Sep 2025 18:27:59 +0500 Subject: [PATCH] hunspellDict.uz_UZ: init at 0.1.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit choer: Update pkgs/by-name/hu/hunspell/dictionaries.nix Co-Authored-By: GaƩtan Lepage --- pkgs/by-name/hu/hunspell/dictionaries.nix | 27 +++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/pkgs/by-name/hu/hunspell/dictionaries.nix b/pkgs/by-name/hu/hunspell/dictionaries.nix index 63c24cabe9bb..487ebe3ec86c 100644 --- a/pkgs/by-name/hu/hunspell/dictionaries.nix +++ b/pkgs/by-name/hu/hunspell/dictionaries.nix @@ -821,6 +821,33 @@ rec { }; }; + # UZBEK + uz_UZ = uz-uz; + uz-uz = mkDict rec { + pname = "hunspell-dict-uz-uz"; + version = "0.1.0"; + + src = fetchFromGitHub { + owner = "uzbek-net"; + repo = "uz-hunspell"; + tag = version; + hash = "sha256-EUYhnUWUy45AYGH+HoxaFFCBVnotsIm4GlpMBgnHxdo="; + }; + + shortName = "uz-uz"; + dictFileName = "uz_UZ"; + readmeFile = "README.md"; + + meta = { + description = "Hunspell dictionary for Uzbek"; + homepage = "https://github.com/uzbek-net/uz-hunspell"; + license = with lib.licenses; [ + gpl3Plus + ]; + teams = [ lib.teams.uzinfocom ]; + }; + }; + # RUSSIAN ru_RU = ru-ru;