You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by ma...@apache.org on 2014/07/06 19:35:01 UTC

svn commit: r1608257 - /openoffice/ooo-site/trunk/content/download/test/languages.js

Author: marcus
Date: Sun Jul  6 17:35:00 2014
New Revision: 1608257

URL: http://svn.apache.org/r1608257
Log:
Moved the variable into the global object

Modified:
    openoffice/ooo-site/trunk/content/download/test/languages.js

Modified: openoffice/ooo-site/trunk/content/download/test/languages.js
URL: http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/download/test/languages.js?rev=1608257&r1=1608256&r2=1608257&view=diff
==============================================================================
--- openoffice/ooo-site/trunk/content/download/test/languages.js (original)
+++ openoffice/ooo-site/trunk/content/download/test/languages.js Sun Jul  6 17:35:00 2014
@@ -11,7 +11,7 @@
 a	 b	 0	  1				2
 */
 
-var languages = {
+DL.language_matrix = {
 // All listed languages below *are* supported and *are* available as full installation and language pack.
 "ast": { "-" : [ 'ast',   'Asturian',			'Asturianu' ] },
 "eu":  { "-" : [ 'eu',    'Basque',			'Euskara' ] },