This is an automated email from the ASF dual-hosted git repository.
mseidel pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/openoffice-org.git
The following commit(s) were added to refs/heads/main by this push:
new efd55c870c Activated localized Ukrainian brand and topnav
efd55c870c is described below
commit efd55c870c35d1dbae5e3bcb02c7e046005cbdae
Author: mseidel <[email protected]>
AuthorDate: Tue Oct 17 18:20:10 2023 +0200
Activated localized Ukrainian brand and topnav
---
templates/ssi_paths.gsp | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/templates/ssi_paths.gsp b/templates/ssi_paths.gsp
index 0b77475325..299f3486e9 100644
--- a/templates/ssi_paths.gsp
+++ b/templates/ssi_paths.gsp
@@ -72,7 +72,7 @@
// brand["/th/"] = "/th/brand.html"
brand["/th/"] = "/brand.html"
brand["/tr/"] = "/tr/brand.html"
-// brand["/uk/"] = "/uk/brand.html"
+ brand["/uk/"] = "/uk/brand.html"
brand["/uk/"] = "/brand.html"
// brand["/vi/"] = "/vi/brand.html"
brand["/vi/"] = "/brand.html"
@@ -82,7 +82,7 @@
brand["/zh/"] = "/zh/brand.html"
// As long as we have no translation for a specific language, we will use the
general English text to keep the website updates as low as possible for new
releases.
-// Therefore some of the following languages are commented out and in the next
line the general "brand.html" will be used.
+// Therefore some of the following languages are commented out and in the next
line the general "topnav.html" will be used.
def topnav = [:]
topnav["/"] = "/topnav.html"
@@ -150,7 +150,6 @@
topnav["/th/"] = "/topnav.html"
topnav["/tr/"] = "/tr/topnav.html"
topnav["/uk/"] = "/uk/topnav.html"
- topnav["/uk/"] = "/topnav.html"
topnav["/vi/"] = "/vi/topnav.html"
topnav["/xx/"] = "/xx/topnav.html"
topnav["/zh-cn/"] = "/zh-cn/topnav.html"