You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by bu...@apache.org on 2014/07/26 17:47:25 UTC

svn commit: r917506 - in /websites/staging/ooo-site/trunk: cgi-bin/ content/ content/index_url.html

Author: buildbot
Date: Sat Jul 26 15:47:25 2014
New Revision: 917506

Log:
Staging update by buildbot for ooo-site

Modified:
    websites/staging/ooo-site/trunk/cgi-bin/   (props changed)
    websites/staging/ooo-site/trunk/content/   (props changed)
    websites/staging/ooo-site/trunk/content/index_url.html

Propchange: websites/staging/ooo-site/trunk/cgi-bin/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Sat Jul 26 15:47:25 2014
@@ -1 +1 @@
-1613662
+1613664

Propchange: websites/staging/ooo-site/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Sat Jul 26 15:47:25 2014
@@ -1 +1 @@
-1613662
+1613664

Modified: websites/staging/ooo-site/trunk/content/index_url.html
==============================================================================
--- websites/staging/ooo-site/trunk/content/index_url.html (original)
+++ websites/staging/ooo-site/trunk/content/index_url.html Sat Jul 26 15:47:25 2014
@@ -113,14 +113,14 @@
 			return -1;
 		};
 	}
-/*
+
 	lang_iso = "pt-PT";
 
-	// Fix for Portuguese (European) downloads as they are named only "pt" without region code!
+	// Fix for Portuguese (European) as they are named only "pt" without region code!
 	if( lang_iso === "pt-pt" || lang_iso === "pt-PT" ) {
 		lang_iso = "pt";
 	}
-*/
+
 	// Query if the browser language is one of the released languages.
 	// The array has 3 elements per language (defined in "/download/globalvars.js"
 	for( var i = 0, j = DL.SEL_LANG.length; i < j; i = i + 3 ) {