From 6294d2c9ef2f56539410ed38087f83b4a644ff8a Mon Sep 17 00:00:00 2001 From: Sofi Date: Sat, 10 Sep 2022 14:49:18 +0200 Subject: [PATCH 1/2] hunspellDicts.nb-no: init at spell-norwegian v2.0.7 --- pkgs/development/libraries/hunspell/dictionaries.nix | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/pkgs/development/libraries/hunspell/dictionaries.nix b/pkgs/development/libraries/hunspell/dictionaries.nix index b6c4c4e6570c..848334dd4943 100644 --- a/pkgs/development/libraries/hunspell/dictionaries.nix +++ b/pkgs/development/libraries/hunspell/dictionaries.nix @@ -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 ]; + }; } From 363282dc4cd1b18d73c7c8141c051c0c56454126 Mon Sep 17 00:00:00 2001 From: Sofi Date: Sat, 10 Sep 2022 14:51:17 +0200 Subject: [PATCH 2/2] hunspellDicts.nn-no: init at spell-norwegian v2.0.7 --- pkgs/development/libraries/hunspell/dictionaries.nix | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/pkgs/development/libraries/hunspell/dictionaries.nix b/pkgs/development/libraries/hunspell/dictionaries.nix index 848334dd4943..3eee425d4be8 100644 --- a/pkgs/development/libraries/hunspell/dictionaries.nix +++ b/pkgs/development/libraries/hunspell/dictionaries.nix @@ -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 ]; + }; }