gnunet-svn
[Top][All Lists]
Advanced

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

[taler-www] branch master updated: Exclude some languages with few strin


From: gnunet
Subject: [taler-www] branch master updated: Exclude some languages with few strings translated (ar, zh, hi, pt and pt_BR)
Date: Mon, 08 Mar 2021 20:52:34 +0100

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 1c9d87b  Exclude some languages with few strings translated (ar, zh, 
hi, pt and pt_BR)
1c9d87b is described below

commit 1c9d87b80c82c12d8bd025022781436efbd76745
Author: Stefan Kügel <skuegel@web.de>
AuthorDate: Mon Mar 8 20:50:40 2021 +0100

    Exclude some languages with few strings translated (ar, zh, hi, pt and 
pt_BR)
---
 common/navigation.j2.inc | 20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)

diff --git a/common/navigation.j2.inc b/common/navigation.j2.inc
index ec9cde4..e2e4ff5 100644
--- a/common/navigation.j2.inc
+++ b/common/navigation.j2.inc
@@ -42,21 +42,21 @@
       {% if lang != 'en' %}
         <li><a class="dropdown-item" href="{{ self_localized('en') }}">English 
[en]</a></li>
       {% endif %}
-      {% if lang != 'ar' %}
+<!--  {% if lang != 'ar' %}
         <li><a class="dropdown-item" href="{{ self_localized('ar') }}">Arabic 
[ar]</a></li>
-      {% endif %}
-      {% if lang != 'zh_Hant' %}
+      {% endif %} -->
+<!--  {% if lang != 'zh_Hant' %}
         <li><a class="dropdown-item" href="{{ self_localized('zh_Hant') 
}}">Chinese [zh]</a></li>
-      {% endif %}
+      {% endif %} -->
       {% if lang != 'fr' %}
         <li><a class="dropdown-item" href="{{ self_localized('fr') 
}}">Fran&ccedil;ais [fr]</a></li>
       {% endif %}
       {% if lang != 'de' %}
         <li><a class="dropdown-item" href="{{ self_localized('de') }}">Deutsch 
[de]</a></li>
       {% endif %}
-      {% if lang != 'hi' %}
+<!--  {% if lang != 'hi' %}
         <li><a class="dropdown-item" href="{{ self_localized('hi') }}">Hindi 
[hi]</a></li>
-      {% endif %}
+      {% endif %} -->
       {% if lang != 'it' %}
         <li><a class="dropdown-item" href="{{ self_localized('it') 
}}">Italiano [it]</a></li>
       {% endif %}
@@ -66,12 +66,12 @@
       {% if lang != 'ko' %}
         <li><a class="dropdown-item" href="{{ self_localized('ko') }}">Korean 
[ko]</a></li>
       {% endif %}
-      {% if lang != 'pt' %}
+<!--  {% if lang != 'pt' %}
         <li><a class="dropdown-item" href="{{ self_localized('pt') 
}}">Portugu&ecirc;s [pt]</a></li>
-      {% endif %}
-      {% if lang != 'pt_BR' %}
+      {% endif %} -->
+<!--  {% if lang != 'pt_BR' %}
         <li><a class="dropdown-item" href="{{ self_localized('pt_BR') 
}}">Portugu&ecirc;s (Brazil) [pt]</a></li>
-      {% endif %}
+      {% endif %} -->
       {% if lang != 'ru' %}
         <li><a class="dropdown-item" href="{{ self_localized('ru') 
}}">&#x420;&#x443;&#x301;&#x441;&#x441;&#x43A;&#x438;&#x439;&#x20;&#x44F;&#x437;&#x44B;&#x301;&#x43A;
 [ru]</a></li>
       {% endif %}

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