hunspellDicts: add Hebrew dictionary

authored by

Ilan Joselevich and committed by
Jonathan Ringer
e1484355 6a1ca229

+11
+11
pkgs/development/libraries/hunspell/dictionaries.nix
··· 784 maintainers = with maintainers; [ louisdk1 ]; 785 }; 786 }; 787 }
··· 784 maintainers = with maintainers; [ louisdk1 ]; 785 }; 786 }; 787 + 788 + /* HEBREW */ 789 + 790 + he_IL = he-il; 791 + he-il = mkDictFromLibreOffice { 792 + shortName = "he-il"; 793 + dictFileName = "he_IL"; 794 + shortDescription = "Hebrew (Israel)"; 795 + readmeFile = "README_he_IL.txt"; 796 + license = with lib.licenses; [ agpl3Plus ]; 797 + }; 798 }