Author: marcus
Date: Sat Jul 26 15:46:47 2014
New Revision: 1613664

URL: http://svn.apache.org/r1613664
Log:
Updates

Modified:
    openoffice/ooo-site/trunk/content/index_url.html

Modified: openoffice/ooo-site/trunk/content/index_url.html
URL: 
http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/index_url.html?rev=1613664&r1=1613663&r2=1613664&view=diff
==============================================================================
--- openoffice/ooo-site/trunk/content/index_url.html (original)
+++ openoffice/ooo-site/trunk/content/index_url.html Sat Jul 26 15:46:47 2014
@@ -111,14 +111,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 ) {


Reply via email to