entity manager improvements

This commit is contained in:
yuri
2016-10-11 12:32:28 +03:00
parent 83aa07b918
commit 1a95e14ee8
11 changed files with 202 additions and 10 deletions
+2 -1
View File
@@ -53,7 +53,8 @@ function PO (espoPath, language) {
var dirs = [
this.path + 'application/Espo/Resources/i18n/',
this.path + 'install/core/i18n/'
this.path + 'install/core/i18n/',
this.path + 'application/Espo/Core/Templates/i18n/'
];
this.moduleList.forEach(function (moduleName) {
dirs.push(this.path + 'application/Espo/Modules/' + moduleName + '/Resources/i18n/');