gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-www] branch master updated: enable chinese


From: gnunet
Subject: [taler-www] branch master updated: enable chinese
Date: Thu, 19 Aug 2021 11:42:26 +0200

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository www.

The following commit(s) were added to refs/heads/master by this push:
     new 7fcb8be  enable chinese
7fcb8be is described below

commit 7fcb8be8cdb171bd186df288997e6611ed313a6e
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Thu Aug 19 11:42:23 2021 +0200

    enable chinese
---
 common/navigation.j2.inc | 14 +++++++-------
 www.yml                  |  8 ++++----
 2 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/common/navigation.j2.inc b/common/navigation.j2.inc
index 1a734c1..3a98c0d 100644
--- a/common/navigation.j2.inc
+++ b/common/navigation.j2.inc
@@ -43,11 +43,11 @@
         <li><a class="dropdown-item" href="{{ self_localized('en') }}">English 
[en]</a></li>
       {% endif %}
       {% if lang != 'ar' %}
-        <li><a class="dropdown-item" href="{{ self_localized('ar') }}">Arabic 
[ar]</a></li>
+        <li><a class="dropdown-item" href="{{ self_localized('ar') }}">عربى 
[ar]</a></li>
+      {% endif %}
+      {% if lang != 'zh_Hant' %}
+        <li><a class="dropdown-item" href="{{ self_localized('zh_Hant') 
}}">繁體中文 [zh]</a></li>
       {% endif %}
-<!--  {% if lang != 'zh_Hant' %}
-        <li><a class="dropdown-item" href="{{ self_localized('zh_Hant') 
}}">Chinese [zh]</a></li>
-      {% endif %} -->
       {% if lang != 'fr' %}
         <li><a class="dropdown-item" href="{{ self_localized('fr') 
}}">Fran&ccedil;ais [fr]</a></li>
       {% endif %}
@@ -55,16 +55,16 @@
         <li><a class="dropdown-item" href="{{ self_localized('de') }}">Deutsch 
[de]</a></li>
       {% endif %}
 <!--  {% if lang != 'hi' %}
-        <li><a class="dropdown-item" href="{{ self_localized('hi') }}">Hindi 
[hi]</a></li>
+        <li><a class="dropdown-item" href="{{ self_localized('hi') }}">हिंदी 
[hi]</a></li>
       {% endif %} -->
       {% if lang != 'it' %}
         <li><a class="dropdown-item" href="{{ self_localized('it') 
}}">Italiano [it]</a></li>
       {% endif %}
       {% if lang != 'ja' %}
-        <li><a class="dropdown-item" href="{{ self_localized('ja') 
}}">Japanese [ja]</a></li>
+        <li><a class="dropdown-item" href="{{ self_localized('ja') }}">日本語 
[ja]</a></li>
       {% endif %}
       {% if lang != 'ko' %}
-        <li><a class="dropdown-item" href="{{ self_localized('ko') }}">Korean 
[ko]</a></li>
+        <li><a class="dropdown-item" href="{{ self_localized('ko') }}">한국어 
[ko]</a></li>
       {% endif %}
 <!--  {% if lang != 'pt' %}
         <li><a class="dropdown-item" href="{{ self_localized('pt') 
}}">Portugu&ecirc;s [pt]</a></li>
diff --git a/www.yml b/www.yml
index 4253cd2..5da6ae4 100644
--- a/www.yml
+++ b/www.yml
@@ -9,16 +9,16 @@ siteconf:
   docshost: docs.taler.net
 langs_full:
   en: English
-  ar: Arabic
-  zh_Hant: Chinese
+  ar: عربى
+  zh_Hant: 繁體中文
   cs: Česky
   fr: Français
   de: Deutsch
-  hi: Hindi
+  hi: हिंदी
   hu: Magyar
   it: Italiano
   ja: 日本語
-  ko: Korean
+  ko: 한국어
   pt: Português
   pt_BR: Português (Brazil)
   ru: Ру́сский язы́к

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]