mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 09:04:53 +01:00
add custom translations
This commit is contained in:
parent
2bbb3b07e9
commit
94f1c840d0
@ -52,7 +52,7 @@ egw.extend('lang', egw.MODULE_GLOBAL, function() {
|
||||
_msg = _msg.toLowerCase();
|
||||
|
||||
// search apps in given order for a replacement
|
||||
var apps = [this.getAppName(), 'etemplate', 'common'];
|
||||
var apps = ['custom', this.getAppName(), 'etemplate', 'common'];
|
||||
for(var i = 0; i < apps.length; ++i)
|
||||
{
|
||||
if (typeof lang_arr[apps[i]] != "undefined" &&
|
||||
|
Loading…
Reference in New Issue
Block a user