mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-16 08:48:09 +00:00
hunspellDicts: add Hebrew dictionary
This commit is contained in:
parent
6a1ca229f5
commit
e14843556c
@ -784,4 +784,15 @@ in rec {
|
||||
maintainers = with maintainers; [ louisdk1 ];
|
||||
};
|
||||
};
|
||||
|
||||
/* HEBREW */
|
||||
|
||||
he_IL = he-il;
|
||||
he-il = mkDictFromLibreOffice {
|
||||
shortName = "he-il";
|
||||
dictFileName = "he_IL";
|
||||
shortDescription = "Hebrew (Israel)";
|
||||
readmeFile = "README_he_IL.txt";
|
||||
license = with lib.licenses; [ agpl3Plus ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user