From 94f1c840d09612ce018c5e7dfa7f8cc8bbf4c6da Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Wed, 14 Mar 2012 12:11:19 +0000 Subject: [PATCH] add custom translations --- phpgwapi/js/jsapi/egw_lang.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpgwapi/js/jsapi/egw_lang.js b/phpgwapi/js/jsapi/egw_lang.js index 99b8aec344..351cc9324a 100644 --- a/phpgwapi/js/jsapi/egw_lang.js +++ b/phpgwapi/js/jsapi/egw_lang.js @@ -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" &&