hunspellDicts: add Hebrew dictionary

This commit is contained in:
Ilan Joselevich 2021-06-08 22:10:55 +03:00 committed by Jonathan Ringer
parent 6a1ca229f5
commit e14843556c

View file

@ -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 ];
};
}