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 2018/01/06 18:05:10 UTC

svn commit: r1023414 - in /websites/staging/ooo-site/trunk: cgi-bin/ content/ content/branding/scripts/lang-detect.js

Author: buildbot
Date: Sat Jan  6 18:05:10 2018
New Revision: 1023414

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/branding/scripts/lang-detect.js

Propchange: websites/staging/ooo-site/trunk/cgi-bin/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Sat Jan  6 18:05:10 2018
@@ -1 +1 @@
-1820393
+1820412

Propchange: websites/staging/ooo-site/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Sat Jan  6 18:05:10 2018
@@ -1 +1 @@
-1820393
+1820412

Modified: websites/staging/ooo-site/trunk/content/branding/scripts/lang-detect.js
==============================================================================
--- websites/staging/ooo-site/trunk/content/branding/scripts/lang-detect.js (original)
+++ websites/staging/ooo-site/trunk/content/branding/scripts/lang-detect.js Sat Jan  6 18:05:10 2018
@@ -166,8 +166,7 @@ function write() {
 		langName = "ไทย";
 	} else if (langCode == "tr") {
 		langName = "Türkçe";
-	} else if (langCode == "ua" || langCode == "uk") {
-		langCode = "ua";
+	} else if (langCode == "uk") {
 		langName = "Українська";
 	} else if (langCode == "uz") {
 		langName = "O‘zbek";
@@ -186,4 +185,4 @@ function write() {
 			languageProjects.innerHTML = newHTML;
 		}
 	}
-}
\ No newline at end of file
+}