Merge pull request #201014 from yurkobb/hunspell-pl

This commit is contained in:
Sandro 2023-04-01 23:18:36 +02:00 committed by GitHub
commit 93d66a46fc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -902,4 +902,16 @@ rec {
platforms = platforms.all;
};
};
/* POLISH */
pl_PL = pl-pl;
pl-pl = mkDictFromLibreOffice {
shortName = "pl-pl";
dictFileName = "pl_PL";
shortDescription = "Polish (Poland)";
readmeFile = "README_en.txt";
# the README doesn't specify versions of licenses :/
license = with lib.licenses; [ gpl2Plus lgpl2Plus mpl10 asl20 cc-by-sa-25 ];
};
}