r9407 - apps/gobi/trunk/code/Global

[email protected]
Newsgroups gmane.comp.java.helma.cvs
Message-ID <[email protected]>
Author: hannes
Date: 2008-12-10 22:26:58 +0100 (Wed, 10 Dec 2008)
New Revision: 9407

Modified:
   apps/gobi/trunk/code/Global/Global.js
Log:
Always use english messages as fallback in case localized messages aren't complete.


Details at http://dev.helma.org/trac/helma/changeset/9407

Modified: apps/gobi/trunk/code/Global/Global.js
===================================================================
--- apps/gobi/trunk/code/Global/Global.js	2008-12-10 21:25:43 UTC (rev 9406)
+++ apps/gobi/trunk/code/Global/Global.js	2008-12-10 21:26:58 UTC (rev 9407)
@@ -417,7 +417,7 @@
                 msg.push(this["MESSAGES_"+lang[i]]);
         }
     }
-    if (msg.length == 0) msg.push(MESSAGES_en);
+    msg.push(MESSAGES_en);
     res.meta.messages = msg;
 }
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.