gnunet-svn
[Top][All Lists]
Advanced

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

[taler-taler-merchant-demos] branch master updated: Updated language-swi


From: gnunet
Subject: [taler-taler-merchant-demos] branch master updated: Updated language-switcher (removed <!-- -->)
Date: Fri, 12 Mar 2021 18:23:52 +0100

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

skuegel pushed a commit to branch master
in repository taler-merchant-demos.

The following commit(s) were added to refs/heads/master by this push:
     new 576cd53  Updated language-switcher (removed <!-- -->)
576cd53 is described below

commit 576cd532a40080947fada77e7e1f6f9710955b6c
Author: Stefan Kügel <skuegel@web.de>
AuthorDate: Fri Mar 12 18:23:11 2021 +0100

    Updated language-switcher (removed <!-- -->)
---
 .../templates/language-switcher.html.j2            | 24 +++++++++++-----------
 1 file changed, 12 insertions(+), 12 deletions(-)

diff --git a/talermerchantdemos/templates/language-switcher.html.j2 
b/talermerchantdemos/templates/language-switcher.html.j2
index e6487fd..7b72eaa 100644
--- a/talermerchantdemos/templates/language-switcher.html.j2
+++ b/talermerchantdemos/templates/language-switcher.html.j2
@@ -5,21 +5,21 @@
     {% if lang != 'en' %}
       <a href="/en/" class="navbtn">English [en]</a><br>
     {% endif %}
-<!--    {% if lang != 'ar' %}
+    {% if lang != 'ar' %}
       <a href="/ar/" class="navbtn">Arabic [ar]</a><br>
-    {% endif %} -->
-<!--    {% if lang != 'zh_Hant' %}
+    {% endif %}
+    {% if lang != 'zh_Hant' %}
       <a href="/zh_Hant/" class="navbtn">Chinese [zh]</a><br>
-    {% endif %} -->
+    {% endif %}
     {% if lang != 'fr' %}
       <a href="/fr/" class="navbtn">Fran&ccedil;ais [fr]</a><br>
     {% endif %}
     {% if lang != 'de' %}
       <a href="/de/" class="navbtn">Deutsch [de]</a><br>
     {% endif %}
-<!--    {% if lang != 'hi' %}
+    {% if lang != 'hi' %}
       <a href="/hi/" class="navbtn">Hindi [hi]</a><br>
-    {% endif %} -->
+    {% endif %}
     {% if lang != 'it' %}
       <a href="/it/" class="navbtn">Italiano [it]</a><br>
     {% endif %}
@@ -32,21 +32,21 @@
     {% if lang != 'pt' %}
       <a href="/pt/" class="navbtn">Português [pt]</a><br>
     {% endif %}
-<!--    {% if lang != 'pt_BR' %}
+    {% if lang != 'pt_BR' %}
       <a href="/pt_BR/" class="navbtn">Português (Brazil) [pt_BR]</a><br>
-    {% endif %} -->
-<!--    {% if lang != 'ru' %}
+    {% endif %}
+    {% if lang != 'ru' %}
       <a href="/ru/" class="navbtn">Russian [pt]</a><br>
-    {% endif %} -->
+    {% endif %}
     {% if lang != 'es' %}
       <a href="/es/" class="navbtn">Espa&ntilde;ol [es]</a><br>
     {% endif %}
     {% if lang != 'sv' %}
       <a href="/sv/" class="navbtn">Svenska [sv]</a><br>
     {% endif %}
-<!--    {% if lang != 'tr' %}
+    {% if lang != 'tr' %}
       <a href="/tr/" class="navbtn">Turkish [tr]</a><br>
-    {% endif %} -->
+    {% endif %}
    
   </div>
 </span>

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