hunspellDict.tr_TR: init at 1.1.1 (#311416)

Co-authored-by: Aleksana <alexander.huang.y@gmail.com>
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
This commit is contained in:
Emre Çebi 2024-06-02 18:11:37 +02:00 committed by GitHub
parent ba708dc765
commit ca6e0689b3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 31 additions and 0 deletions

View File

@ -18179,6 +18179,12 @@
githubId = 6022042;
name = "Sam Parkinson";
};
samemrecebi = {
name = "Emre Çebi";
email = "emre@cebi.io";
github = "samemrecebi";
githubId = 64419750;
};
samhug = {
email = "s@m-h.ug";
github = "samhug";

View File

@ -967,4 +967,29 @@ rec {
platforms = platforms.all;
};
};
/* Turkish */
tr_TR = tr-tr;
tr-tr = mkDict rec {
pname = "hunspell-dict-tr-tr";
version = "1.1.1";
src = fetchFromGitHub {
owner = "tdd-ai";
repo = "hunspell-tr";
rev = "7302eca5f3652fe7ae3d3ec06c44697c97342b4e";
hash = "sha256-r/I5T/1e7gcp2XZ4UvnpFmWMTsNqLZSCbkqPcgC13PE=";
};
dictFileName = "tr_TR";
readmeFile = "README.md";
meta = with lib; {
description = "Hunspell dictionary for Turkish (Turkey) from tdd-ai";
homepage = "https://github.com/tdd-ai/hunspell-tr/";
license = licenses.mpl20;
maintainers = with maintainers; [ samemrecebi ];
platforms = platforms.all;
};
};
}