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 85c5e33792 Add Oromo to language menu (2nd part)
85c5e33792 is described below

commit 85c5e33792c254475cca49617bb1b3a140ea5613
Author: mseidel <[email protected]>
AuthorDate: Wed Oct 25 01:07:50 2023 +0200

    Add Oromo to language menu (2nd part)
---
 content/om/brand.md     | 4 ++--
 templates/brand.gsp     | 7 ++++---
 templates/ssi_paths.gsp | 3 +--
 3 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/content/om/brand.md b/content/om/brand.md
index a2059f2a25..7a31a39b08 100644
--- a/content/om/brand.md
+++ b/content/om/brand.md
@@ -1,7 +1,7 @@
 type=brand
 home=home
 search=search
-selectedlang=en
+selectedlang=om
 language=Language
 name=Apache OpenOffice
 tagline=The Free and Open Productivity Suite
@@ -9,6 +9,6 @@ logo=AOO_logos/AOO4_website_logo.png
 domain=https://www.openoffice.org
 divid=bannera
 announce=Released: Apache OpenOffice
-announceurl=https://blogs.apache.org/OOo/entry/announcing-apache-openoffice-4-19
+announceurl=https://blogs.apache.org/OOo/entry/announcing-apache-openoffice-4-110
 announcetip=Released: Apache OpenOffice
 ~~~~~~
diff --git a/templates/brand.gsp b/templates/brand.gsp
index 89000330a9..aafe6622b9 100644
--- a/templates/brand.gsp
+++ b/templates/brand.gsp
@@ -31,7 +31,8 @@
        <!-- 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>
+       <!-- Turkish --><option value="tr">Türkçe (tr)</option>
+       <!-- Oromo --><option value="om">ኦሮሚኛ (om)</option>
        <!-- Armenian --><option value="hy">Հայերեն (hy)</option>
        <!-- Greek --><option value="el">Ελληνικά (el)</option>
        <!-- Bulgarian --><option value="bg">български език (bg)</option>
@@ -61,7 +62,7 @@
        </script>
   </div>
   <div id="bannerleft"><a title="Apache OpenOffice" href="/"><img 
id="ooo-logo" alt="${content.name}" src="/images/${content.logo}"/></a></div>
-    <div id="bannerright">        
+    <div id="bannerright">
       <div id="searchdiv">
        <form id="cse-search-box-header" action="https://www.google.com/search"; 
method="get">
          <div>
@@ -69,7 +70,7 @@
            <input type="hidden" name="sitesearch" value="${content.domain}"/>
          </div>
          <div class="topsrchbox">
-           <input name="resultsPerPage" value="40" type="hidden"/> 
+           <input name="resultsPerPage" value="40" type="hidden"/>
            <input name="q" id="query" type="text" title="search query"/>
            <input name="Button" value="${content.search}" type="submit" 
class="topsrchbutton"/>
          </div>
diff --git a/templates/ssi_paths.gsp b/templates/ssi_paths.gsp
index 2273faf7d2..2b9983cea1 100644
--- a/templates/ssi_paths.gsp
+++ b/templates/ssi_paths.gsp
@@ -51,8 +51,7 @@
        brand["/lt/"] = "/lt/brand.html"
        brand["/nl/"] = "/nl/brand.html"
        brand["/no/"] = "/no/brand.html"
-//     brand["/om/"] = "/om/brand.html"
-       brand["/om/"] = "/brand.html"
+       brand["/om/"] = "/om/brand.html"
        brand["/pl/"] = "/pl/brand.html"
        brand["/pt-br/"] = "/pt-br/brand.html"
        brand["/pt/"] = "/pt/brand.html"

Reply via email to