lol

Merge pull request #201014 from yurkobb/hunspell-pl

authored by

Sandro and committed by
GitHub
93d66a46 e32ad55a

+12
+12
pkgs/development/libraries/hunspell/dictionaries.nix
··· 902 902 platforms = platforms.all; 903 903 }; 904 904 }; 905 + 906 + /* POLISH */ 907 + 908 + pl_PL = pl-pl; 909 + pl-pl = mkDictFromLibreOffice { 910 + shortName = "pl-pl"; 911 + dictFileName = "pl_PL"; 912 + shortDescription = "Polish (Poland)"; 913 + readmeFile = "README_en.txt"; 914 + # the README doesn't specify versions of licenses :/ 915 + license = with lib.licenses; [ gpl2Plus lgpl2Plus mpl10 asl20 cc-by-sa-25 ]; 916 + }; 905 917 }