hunspellDicts: add pt_BR

Fixes #224527
This commit is contained in:
mib 2023-06-14 17:30:41 +02:00
parent 969ef58f76
commit f326ab4463
No known key found for this signature in database
GPG key ID: CF6E67DED6DC1E3F

View file

@ -914,4 +914,14 @@ rec {
# the README doesn't specify versions of licenses :/
license = with lib.licenses; [ gpl2Plus lgpl2Plus mpl10 asl20 cc-by-sa-25 ];
};
# Portugese
pt_BR = pt-br;
pt-br = mkDictFromLibreOffice {
shortName = "pt-br";
dictFileName = "pt_BR";
shortDescription = "Brazillian Portugese (Brazil)";
readmeFile = "README_pt_BR.txt";
license = with lib.licenses; [ lgpl3 ];
};
}