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: Eliminated diacritic


From: gnunet
Subject: [taler-taler-merchant-demos] branch master updated: Eliminated diacritics from the Language switcher (like circonflexes, cedilles, n with tilde)
Date: Sun, 14 Mar 2021 12:10:22 +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 60e077d  Eliminated diacritics from the Language switcher (like 
circonflexes, cedilles, n with tilde)
60e077d is described below

commit 60e077d74abab871e49287e5f0f761db8da3bc32
Author: Stefan Kügel <skuegel@web.de>
AuthorDate: Sun Mar 14 12:07:36 2021 +0100

    Eliminated diacritics from the Language switcher (like circonflexes, 
cedilles, n with tilde)
---
 talermerchantdemos/templates/language-switcher.html.j2 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/talermerchantdemos/templates/language-switcher.html.j2 
b/talermerchantdemos/templates/language-switcher.html.j2
index 7b72eaa..dbf2d31 100644
--- a/talermerchantdemos/templates/language-switcher.html.j2
+++ b/talermerchantdemos/templates/language-switcher.html.j2
@@ -1,5 +1,5 @@
  <span class="right">
-  {{ {"en": "English [en]", "ar": "Arabic [ar]", "zh_Hant": "Chinese [zh]", 
"fr": "Fran&ccedil;ais [fr]", "de": "German [de]", "hi": "Hindi [hi]", "it": 
"Italiano [it]", "ja": "Japanese [ja]", "ko": "Korean [ko]", "pt": "Português 
[pt]", "pt_BR": "Português (Brazil) [pt_BR]", "ru": "Russian [ru]", "es": 
"Spanish [es]", "sv": "Swedish [sv]", "tr": "Turkish [tr]"}[lang] | 
default("en") }}
+  {{ {"en": "English [en]", "ar": "Arabic [ar]", "zh_Hant": "Chinese [zh]", 
"fr": "French [fr]", "de": "German [de]", "hi": "Hindi [hi]", "it": "Italian 
[it]", "ja": "Japanese [ja]", "ko": "Korean [ko]", "pt": "Portuguese [pt]", 
"pt_BR": "Portuguese (Brazil) [pt_BR]", "ru": "Russian [ru]", "es": "Spanish 
[es]", "sv": "Swedish [sv]", "tr": "Turkish [tr]"}[lang] | default("en") }}
   <div class="nav">
   <br>
     {% if lang != 'en' %}

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