Merge pull request #190675 from imsofi/pr/hunspell-dicts/norwegian
This commit is contained in:
commit
01bf302d4a
1 changed files with 22 additions and 0 deletions
|
@ -856,4 +856,26 @@ rec {
|
|||
readmeFile = "README_hr_HR.txt";
|
||||
license = with lib.licenses; [ gpl2Only lgpl21Only mpl11 ];
|
||||
};
|
||||
|
||||
/* NORWEGIAN */
|
||||
|
||||
nb_NO = nb-no;
|
||||
nb-no = mkDictFromLibreOffice {
|
||||
shortName = "nb-no";
|
||||
dictFileName = "nb_NO";
|
||||
sourceRoot = "no";
|
||||
readmeFile = "README_hyph_NO.txt";
|
||||
shortDescription = "Norwegian Bokmål (Norway)";
|
||||
license = with lib.licenses; [ gpl2Only ];
|
||||
};
|
||||
|
||||
nn_NO = nn-no;
|
||||
nn-no = mkDictFromLibreOffice {
|
||||
shortName = "nn-no";
|
||||
dictFileName = "nn_NO";
|
||||
sourceRoot = "no";
|
||||
readmeFile = "README_hyph_NO.txt";
|
||||
shortDescription = "Norwegian Nynorsk (Norway)";
|
||||
license = with lib.licenses; [ gpl2Only ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue