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: Add Italian and Port


From: gnunet
Subject: [taler-taler-merchant-demos] branch master updated: Add Italian and Portuguese switches
Date: Mon, 22 Feb 2021 19:44:36 +0100

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

ms 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 5e51986  Add Italian and Portuguese switches
5e51986 is described below

commit 5e51986a8fd5ebc6ca8484257f1036d8d98988cb
Author: MS <ms@taler.net>
AuthorDate: Mon Feb 22 19:44:31 2021 +0100

    Add Italian and Portuguese switches
---
 talermerchantdemos/templates/language-switcher.html.j2 | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/talermerchantdemos/templates/language-switcher.html.j2 
b/talermerchantdemos/templates/language-switcher.html.j2
index 3d8dc52..c080ca0 100644
--- a/talermerchantdemos/templates/language-switcher.html.j2
+++ b/talermerchantdemos/templates/language-switcher.html.j2
@@ -13,7 +13,13 @@
     {% endif %}
    {% if lang != 'sv' %}
       <a href="/sv/" class="navbtn">Svenska [sv]</a><br>
-    {% endif %}
+   {% endif %}
+   {% if lang != 'it' %}
+      <a href="/it/" class="navbtn">Italiano [it]</a><br>
+   {% endif %}
+   {% if lang != 'pt' %}
+      <a href="/pt/" class="navbtn">Português [pt]</a><br>
+   {% 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]