hunspellDicts: add Hebrew dictionary

This commit is contained in:
Ilan Joselevich
2021-06-10 17:39:37 -07:00
committed by Jonathan Ringer
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 ];
};
}