From a23dfd8b9cb8a9d00d67708aacdafafd8c2790b4 Mon Sep 17 00:00:00 2001 From: "Alexander.Trofimov" Date: Fri, 9 Aug 2013 12:12:22 +0000 Subject: [PATCH] add de_AT dictionary git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/nodeJSProjects@48702 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 1c692696..42028759 100644 --- a/SpellChecker/sources/spellCheck.js +++ b/SpellChecker/sources/spellCheck.js @@ -79,6 +79,9 @@ arrDictionaries["1027"] = new nodehun.Dictionary(__dirname + '/../Dictionaries/c // Add da_DK arrDictionaries["1030"] = new nodehun.Dictionary(__dirname + '/../Dictionaries/da_DK/da_DK.aff', __dirname + '/../Dictionaries/da_DK/da_DK.dic'); +// Add de_AT +arrDictionaries["3079"] = new nodehun.Dictionary(__dirname + '/../Dictionaries/de_AT/de_AT.aff', + __dirname + '/../Dictionaries/de_AT/de_AT.dic'); var logger = require('./../../Common/sources/logger');