mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-19 02:44:17 +03:00
Merge pull request #246456 from marcovergueira/add-pt-pt-language
hunspellDicts: add pt_PT
This commit is contained in:
commit
711fa5f19e
@ -915,13 +915,23 @@ rec {
|
||||
license = with lib.licenses; [ gpl2Plus lgpl2Plus mpl10 asl20 cc-by-sa-25 ];
|
||||
};
|
||||
|
||||
# Portugese
|
||||
/* PORTUGUESE */
|
||||
|
||||
pt_BR = pt-br;
|
||||
pt-br = mkDictFromLibreOffice {
|
||||
shortName = "pt-br";
|
||||
dictFileName = "pt_BR";
|
||||
shortDescription = "Brazillian Portugese (Brazil)";
|
||||
shortDescription = "Portuguese (Brazil)";
|
||||
readmeFile = "README_pt_BR.txt";
|
||||
license = with lib.licenses; [ lgpl3 ];
|
||||
};
|
||||
|
||||
pt_PT = pt-pt;
|
||||
pt-pt = mkDictFromLibreOffice {
|
||||
shortName = "pt-pt";
|
||||
dictFileName = "pt_PT";
|
||||
shortDescription = "Portuguese (Portugal)";
|
||||
readmeFile = "README_pt_PT.txt";
|
||||
license = with lib.licenses; [ gpl2 lgpl21 mpl11 ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user