mirror of
https://github.com/ONLYOFFICE/server.git
synced 2026-04-07 14:04:35 +08:00
add de_AT dictionary
git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/nodeJSProjects@48702 954022d7-b5bf-4e40-9824-e11837661b57
This commit is contained in:
@ -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');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user