hunspellDicts: add Hebrew dictionary
This commit is contained in:
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 ];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user