taler-www

Main taler.net website
Log | Files | Refs | Submodules | README | LICENSE

commit cdbe03e938d4e80e6086c32e08b8cc721eb53816
parent 5e0b58a163513b543891ef1b1158b66bd7c7a9b0
Author: Stefan Kügel <skuegel@web.de>
Date:   Fri, 20 Aug 2021 09:58:58 +0200

Enabling Simplified Chinese (zh_Hans) for taler.net, updating www.yml and the navigation.j2.inc file

Diffstat:
Mcommon/navigation.j2.inc | 3+++
Mwww.yml | 1+
2 files changed, 4 insertions(+), 0 deletions(-)

diff --git 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 @@ -11,6 +11,7 @@ langs_full: en: English ar: عربى zh_Hant: 繁體中文 + zh_Hans: 简体中文 cs: Česky fr: Français de: Deutsch