add pt_PT dictionary

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/nodeJSProjects@48679 954022d7-b5bf-4e40-9824-e11837661b57
This commit is contained in:
Alexander.Trofimov
2013-08-09 11:35:22 +00:00
parent 949af620d2
commit c47925f84d

View File

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