diff --git a/js/lang.js b/js/lang.js index 39cc79990b..1b9df5e1f2 100644 --- a/js/lang.js +++ b/js/lang.js @@ -94,16 +94,6 @@ class Lang 'custom/Espo/Modules/' + moduleName + '/Resources/i18n/' + this.language + '/'; }); - this.moduleList.forEach(moduleName => { - let dir = this.espoPath + 'application/Espo/Modules/' + moduleName + '/Resources/i18n/' + - this.baseLanguage + '/'; - - dirs.push(dir); - - dirNames[dir] = 'application/Espo/Modules/' + moduleName + - '/Resources/i18n/' + this.language + '/'; - }); - this.dirs = dirs; this.isWin = /^win/.test(os.platform());