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 2013/08/03 20:07:14 UTC

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

Author: marcus
Date: Sat Aug  3 18:07:14 2013
New Revision: 1510047

URL: http://svn.apache.org/r1510047
Log:
Updated comments

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=1510047&r1=1510046&r2=1510047&view=diff
==============================================================================
--- openoffice/ooo-site/trunk/content/download/test/languages.js (original)
+++ openoffice/ooo-site/trunk/content/download/test/languages.js Sat Aug  3 18:07:14 2013
@@ -1,13 +1,14 @@
 /* Description of the array elements
 
-  a: splitted ISO code for identification (not really used)
-  0: language as ISO code
-  1: language name in English
-  2: language name in native language (with UTF-8 character set)
-  3: flag for mirrorsystem usage ('y' to use SourceForge and 'n' to use an alternative webpage)
-  4: alternative link to download, e.g., to the NL community webpage
+  0: splitted ISO code for identification (not really used)
+  1: language as ISO code
+  2: language name in English
+  3: language name in native language (with UTF-8 character set)
+  4: flag for mirrorsystem usage ('y' to use SourceForge and 'n' to use an alternative webpage)
+  5: alternative link to download, e.g., to the NL community webpage
 
-a	      0	       1			 2					 3    4 */
+0	     1	      2				3				        4    5
+*/
 
 var languages = {
 "ast":{"-": ['ast',   'Asturian',               'Asturianu',				'y', 'http://ast.openoffice.org/']},
@@ -98,3 +99,4 @@ var languages = {
 "vi": {"-": ['vi',    'Vietnamese',             'Tiếng Việt',				'n', 'http://vi.openoffice.org/']},
 "cy": {"-": ['cy',    'Welsh',                  'Cymraeg',				'n', 'http://cy.openoffice.org/']}
 };
+