Fix some missing translation problems

This commit is contained in:
nathan
2022-02-11 13:02:21 -07:00
parent a7aee1d3d4
commit d2020727fe
7 changed files with 27 additions and 1 deletions

View File

@ -116,7 +116,7 @@ egw.extend('lang', egw.MODULE_GLOBAL, function()
}
langs.push({app: 'custom', lang: 'en'});
egw.langRequire(_window, langs, _callback, _context);
this.langRequire(_window, langs, _callback, _context);
},
/**