mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-15 18:23:09 +00:00
hunspellDicts.nb-no: init at spell-norwegian v2.0.7
This commit is contained in:
parent
d20ff65f00
commit
6294d2c9ef
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user