mirror of
https://github.com/espocrm/espocrm.git
synced 2026-03-03 02:27:01 +00:00
lang fix
This commit is contained in:
10
js/lang.js
10
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());
|
||||
|
||||
Reference in New Issue
Block a user