From 8e0656a668d4dd0a57c019e9ffb5639162fe2cbf Mon Sep 17 00:00:00 2001 From: "Alexander.Trofimov" Date: Fri, 9 Aug 2013 12:52:21 +0000 Subject: [PATCH] add nn_NO dictionary git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/nodeJSProjects@48716 954022d7-b5bf-4e40-9824-e11837661b57 --- SpellChecker/sources/spellCheck.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/SpellChecker/sources/spellCheck.js b/SpellChecker/sources/spellCheck.js index 95d99ca2..e629b7d3 100644 --- a/SpellChecker/sources/spellCheck.js +++ b/SpellChecker/sources/spellCheck.js @@ -97,6 +97,9 @@ arrDictionaries["1044"] = new nodehun.Dictionary(__dirname + '/../Dictionaries/n // Add nl_NL arrDictionaries["1043"] = new nodehun.Dictionary(__dirname + '/../Dictionaries/nl_NL/nl_NL.aff', __dirname + '/../Dictionaries/nl_NL/nl_NL.dic'); +// Add nn_NO +arrDictionaries["2068"] = new nodehun.Dictionary(__dirname + '/../Dictionaries/nn_NO/nn_NO.aff', + __dirname + '/../Dictionaries/nn_NO/nn_NO.dic'); var logger = require('./../../Common/sources/logger');