Fix a bug notifications sidebar in client-side not being translated

This commit is contained in:
Hadi Nategh
2018-01-11 17:23:58 +01:00
parent 294e7f16b0
commit 929676793c
3 changed files with 28 additions and 17 deletions

View File

@ -72,7 +72,7 @@ egw.extend('lang', egw.MODULE_GLOBAL, function()
_msg = _msg.toLowerCase();
// search apps in given order for a replacement
var apps = this.lang_order || ['custom', this.getAppName(), 'etemplate', 'common'];
var apps = this.lang_order || ['custom', this.getAppName(), 'etemplate', 'common', 'notifications'];
for(var i = 0; i < apps.length; ++i)
{
if (typeof lang_arr[apps[i]] != "undefined" &&