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

This commit is contained in:
Sofi 2022-09-10 14:49:18 +02:00
parent d20ff65f00
commit 6294d2c9ef
No known key found for this signature in database
GPG Key ID: 0A503D1D1B2722AF

View File

@ -856,4 +856,16 @@ 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 ];
};
}