You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by ro...@apache.org on 2013/10/01 15:55:14 UTC

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

Author: robweir
Date: Tue Oct  1 13:55:14 2013
New Revision: 1528096

URL: http://svn.apache.org/r1528096
Log:
Add missing semi-colon at end

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

Modified: openoffice/ooo-site/trunk/content/download/languages.js
URL: http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/download/languages.js?rev=1528096&r1=1528095&r2=1528096&view=diff
==============================================================================
--- openoffice/ooo-site/trunk/content/download/languages.js (original)
+++ openoffice/ooo-site/trunk/content/download/languages.js Tue Oct  1 13:55:14 2013
@@ -99,5 +99,5 @@ var languages = {
 "ug": {"-": ['ug',    'Uyghur',                 'ئۇيغۇرچە‎',				'n', 'http://www.openoffice.org/download/other.html']},
 "uz": {"-": ['uz',    'Uzbek',                  'Ўзбек',				'n', 'http://www.openoffice.org/uz/']},
 "cy": {"-": ['cy',    'Welsh',                  'Cymraeg',				'n', 'http://www.openoffice.org/download/test/index.html']}
-}
+};