mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-25 20:31:31 +02: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();
|
_msg = _msg.toLowerCase();
|
||||||
|
|
||||||
// search apps in given order for a replacement
|
// 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)
|
for(var i = 0; i < apps.length; ++i)
|
||||||
{
|
{
|
||||||
if (typeof lang_arr[apps[i]] != "undefined" &&
|
if (typeof lang_arr[apps[i]] != "undefined" &&
|
||||||
|
Loading…
x
Reference in New Issue
Block a user