gnunet-svn
[Top][All Lists]
Advanced

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

[taler-www] branch master updated: Enabling Simplified Chinese (zh_Hans)


From: gnunet
Subject: [taler-www] branch master updated: Enabling Simplified Chinese (zh_Hans) for taler.net, updating www.yml and the navigation.j2.inc file
Date: Fri, 20 Aug 2021 10:00:36 +0200

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

skuegel pushed a commit to branch master
in repository www.

The following commit(s) were added to refs/heads/master by this push:
     new cdbe03e  Enabling Simplified Chinese (zh_Hans) for taler.net, updating 
www.yml and the navigation.j2.inc file
cdbe03e is described below

commit cdbe03e938d4e80e6086c32e08b8cc721eb53816
Author: Stefan Kügel <skuegel@web.de>
AuthorDate: Fri Aug 20 09:58:58 2021 +0200

    Enabling Simplified Chinese (zh_Hans) for taler.net, updating www.yml and 
the navigation.j2.inc file
---
 common/navigation.j2.inc | 3 +++
 www.yml                  | 1 +
 2 files changed, 4 insertions(+)

diff --git a/common/navigation.j2.inc b/common/navigation.j2.inc
index 3a98c0d..86cd494 100644
--- a/common/navigation.j2.inc
+++ b/common/navigation.j2.inc
@@ -48,6 +48,9 @@
       {% if lang != 'zh_Hant' %}
         <li><a class="dropdown-item" href="{{ self_localized('zh_Hant') 
}}">繁體中文 [zh]</a></li>
       {% endif %}
+      {% if lang != 'zh_Hans' %}
+        <li><a class="dropdown-item" href="{{ self_localized('zh_Hans') 
}}">简体中文 [zh_Hans]</a></li>
+      {% endif %}
       {% if lang != 'fr' %}
         <li><a class="dropdown-item" href="{{ self_localized('fr') 
}}">Fran&ccedil;ais [fr]</a></li>
       {% endif %}
diff --git a/www.yml b/www.yml
index 5da6ae4..8926436 100644
--- a/www.yml
+++ b/www.yml
@@ -11,6 +11,7 @@ langs_full:
   en: English
   ar: عربى
   zh_Hant: 繁體中文
+  zh_Hans: 简体中文
   cs: Česky
   fr: Français
   de: Deutsch

-- 
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]