hunspellDicts.nn-no: init at spell-norwegian v2.0.7

This commit is contained in:
Sofi 2022-09-10 14:51:17 +02:00
parent 6294d2c9ef
commit 363282dc4c
No known key found for this signature in database
GPG key ID: 0A503D1D1B2722AF

View file

@ -868,4 +868,14 @@ rec {
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 ];
};
}