add custom translations

This commit is contained in:
Ralf Becker 2012-03-14 12:11:19 +00:00
parent 2bbb3b07e9
commit 94f1c840d0

View File

@ -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" &&