add de_CH dictionary

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/nodeJSProjects@48704 954022d7-b5bf-4e40-9824-e11837661b57
This commit is contained in:
Alexander.Trofimov
2013-08-09 12:29:09 +00:00
parent a23dfd8b9c
commit 6597b506dd

View File

@ -82,6 +82,9 @@ arrDictionaries["1030"] = new nodehun.Dictionary(__dirname + '/../Dictionaries/d
// Add de_AT
arrDictionaries["3079"] = new nodehun.Dictionary(__dirname + '/../Dictionaries/de_AT/de_AT.aff',
__dirname + '/../Dictionaries/de_AT/de_AT.dic');
// Add de_CH
arrDictionaries["2055"] = new nodehun.Dictionary(__dirname + '/../Dictionaries/de_CH/de_CH.aff',
__dirname + '/../Dictionaries/de_CH/de_CH.dic');
var logger = require('./../../Common/sources/logger');