add vi_VN dictionary

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/nodeJSProjects@48682 954022d7-b5bf-4e40-9824-e11837661b57
This commit is contained in:
Alexander.Trofimov
2013-08-09 11:37:24 +00:00
parent c47925f84d
commit 46be780bca

View File

@ -61,6 +61,9 @@ arrDictionaries["1046"] = new nodehun.Dictionary(__dirname + '/../Dictionaries/p
// Add pt_PT
arrDictionaries["2070"] = new nodehun.Dictionary(__dirname + '/../Dictionaries/pt_PT/pt_PT.aff',
__dirname + '/../Dictionaries/pt_PT/pt_PT.dic');
// Add vi_VN
arrDictionaries["1066"] = new nodehun.Dictionary(__dirname + '/../Dictionaries/vi_VN/vi_VN.aff',
__dirname + '/../Dictionaries/vi_VN/vi_VN.dic');
var logger = require('./../../Common/sources/logger');