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 33bb3fc1e0 Add left navigator for Ukrainian product page
33bb3fc1e0 is described below

commit 33bb3fc1e08444836a220f710b6876812ebe7c7a
Author: mseidel <msei...@apache.org>
AuthorDate: Sun Oct 22 21:07:06 2023 +0200

    Add left navigator for Ukrainian product page
---
 templates/brand.gsp     | 3 ++-
 templates/ssi_paths.gsp | 1 +
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/templates/brand.gsp b/templates/brand.gsp
index 07b875d3cf..89000330a9 100644
--- a/templates/brand.gsp
+++ b/templates/brand.gsp
@@ -29,6 +29,7 @@
        <!-- Slovenian --><option value="sl">Slovenščina (sl)</option>
        <!-- Finnish --><option value="fi">Suomi (fi)</option>
        <!-- Swedish --><option value="sv">Svenska (sv)</option>
+       <!-- Ukrainian --><option value="uk">Yкраїнська (uk)</option>
        <!-- Vietnamese --><option value="vi">Tiếng Việt (vi)</option>
        <!-- Turkish  --><option value="tr">Türkçe (tr)</option>
        <!-- Armenian --><option value="hy">Հայերեն (hy)</option>
@@ -79,4 +80,4 @@
   </div>
 
 <!-- The version number must no longer be part of every localized "brand.md" 
in order to change the data only in a single place: here. -->
-<div id="announce"><a 
href="https://blogs.apache.org/OOo/entry/announcing-apache-openoffice-4-110"; 
title="${content.announcetip} 4.1.14">${content.announce} 4.1.14</a></div>
\ No newline at end of file
+<div id="announce"><a 
href="https://blogs.apache.org/OOo/entry/announcing-apache-openoffice-4-110"; 
title="${content.announcetip} 4.1.14">${content.announce} 4.1.14</a></div>
diff --git a/templates/ssi_paths.gsp b/templates/ssi_paths.gsp
index 0c191a7df9..2273faf7d2 100644
--- a/templates/ssi_paths.gsp
+++ b/templates/ssi_paths.gsp
@@ -194,6 +194,7 @@
        leftnav["/sv/product/"] = "/sv/product/leftnav.html"
        leftnav["/tr/product/"] = "/tr/product/leftnav.html"
        leftnav["/tr/why/"] = "/tr/why/leftnav.html"
+       leftnav["/uk/product/"] = "/uk/product/leftnav.html"
        leftnav["/why/"] = "/why/leftnav.html"
        leftnav["/xx/product/"] = "/xx/product/leftnav.html"
        leftnav["/xx/why/"] = "/xx/why/leftnav.html"

Reply via email to