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