summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDom Lachowicz <domlachowicz@gmail.com>2004-01-26 20:58:54 +0000
committerDom Lachowicz <domlachowicz@gmail.com>2004-01-26 20:58:54 +0000
commit0a0e2cf6b1804ef90bcbefa81a5d943f0758f81f (patch)
tree700cb213491bb7316caecc8f50f4d2f1cf7f7993
parent08c6949cccf2a94815fc0c90da2ceff449392627 (diff)
downloadenchant-0a0e2cf6b1804ef90bcbefa81a5d943f0758f81f.tar.gz
support both nn and no
git-svn-id: svn+ssh://svn.abisource.com/svnroot/enchant/trunk@20909 bcba8976-2d24-0410-9c9c-aab3bd5fdfd6
-rw-r--r--src/ispell/ispell_checker.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ispell/ispell_checker.cpp b/src/ispell/ispell_checker.cpp
index cdbdd52..1e30767 100644
--- a/src/ispell/ispell_checker.cpp
+++ b/src/ispell/ispell_checker.cpp
@@ -128,6 +128,8 @@ static const IspellMap ispell_map [] = {
{"nl_BE" ,"nederlands.hash" ,"iso-8859-1" },
{"nb" ,"norsk.hash" ,"iso-8859-1" },
{"nb_NO" ,"norsk.hash" ,"iso-8859-1" },
+ {"nn" ,"nynorsk.hash" ,"iso-8859-1" },
+ {"nn_NO" ,"nynorsk.hash" ,"iso-8859-1" },
{"no" ,"nynorsk.hash" ,"iso-8859-1" },
{"no_NO" ,"nynorsk.hash" ,"iso-8859-1" },
{"pl" ,"polish.hash" ,"iso-8859-2" },