Merge pull request #190675 from imsofi/pr/hunspell-dicts/norwegian

This commit is contained in:
Naïm Favier 2022-10-31 10:53:29 +01:00 committed by GitHub
commit 01bf302d4a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 ];
};
}