mirror of
https://github.com/ONLYOFFICE/server.git
synced 2026-04-07 14:04:35 +08:00
add el_GR dictionary
git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/nodeJSProjects@48670 954022d7-b5bf-4e40-9824-e11837661b57
This commit is contained in:
@ -49,6 +49,9 @@ arrDictionaries["1062"] = new nodehun.Dictionary(__dirname + '/../Dictionaries/l
|
|||||||
// Add cs_CZ
|
// Add cs_CZ
|
||||||
arrDictionaries["1029"] = new nodehun.Dictionary(__dirname + '/../Dictionaries/cs_CZ/cs_CZ.aff',
|
arrDictionaries["1029"] = new nodehun.Dictionary(__dirname + '/../Dictionaries/cs_CZ/cs_CZ.aff',
|
||||||
__dirname + '/../Dictionaries/cs_CZ/cs_CZ.dic');
|
__dirname + '/../Dictionaries/cs_CZ/cs_CZ.dic');
|
||||||
|
// Add el_GR
|
||||||
|
arrDictionaries["1032"] = new nodehun.Dictionary(__dirname + '/../Dictionaries/el_GR/el_GR.aff',
|
||||||
|
__dirname + '/../Dictionaries/el_GR/el_GR.dic');
|
||||||
|
|
||||||
var logger = require('./../../Common/sources/logger');
|
var logger = require('./../../Common/sources/logger');
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user