gnunet-svn
[Top][All Lists]
Advanced

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

[taler-auditor] branch master updated: fix langs


From: gnunet
Subject: [taler-auditor] branch master updated: fix langs
Date: Thu, 27 May 2021 14:29:16 +0200

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

grothoff pushed a commit to branch master
in repository auditor.

The following commit(s) were added to refs/heads/master by this push:
     new 5b79c55  fix langs
5b79c55 is described below

commit 5b79c55ac1352b08fa15748d614239f0c0d7fd6f
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Thu May 27 14:29:14 2021 +0200

    fix langs
---
 template/index.html.j2 | 23 ++++++++++++-----------
 1 file changed, 12 insertions(+), 11 deletions(-)

diff --git a/template/index.html.j2 b/template/index.html.j2
index f6720bb..beb239e 100644
--- a/template/index.html.j2
+++ b/template/index.html.j2
@@ -29,11 +29,12 @@
         */
     </script>
     <link rel="alternate" hreflang="en" href="{{ self_localized('en') }}" />
+    <link rel="alternate" hreflang="de" href="{{ self_localized('de') }}" />
+<!--
     <link rel="alternate" hreflang="ar" href="{{ self_localized('ar') }}" />
     <link rel="alternate" hreflang="zh-hant" href="{{ 
self_localized('zh_Hant') }}" />
     <link rel="alternate" hreflang="cs" href="{{ self_localized('cs') }}" />
     <link rel="alternate" hreflang="fr" href="{{ self_localized('fr') }}" />
-    <link rel="alternate" hreflang="de" href="{{ self_localized('de') }}" />
     <link rel="alternate" hreflang="hi" href="{{ self_localized('hi') }}" />
     <link rel="alternate" hreflang="hu" href="{{ self_localized('hu') }}" />
     <link rel="alternate" hreflang="it" href="{{ self_localized('it') }}" />
@@ -45,6 +46,7 @@
     <link rel="alternate" hreflang="es" href="{{ self_localized('es') }}" />
     <link rel="alternate" hreflang="sv" href="{{ self_localized('sv') }}" />
     <link rel="alternate" hreflang="tr" href="{{ self_localized('tr') }}" />
+-->
     <meta http-equiv="X-UA-Compatible" content="IE=edge">
     <!-- Bootstrap core CSS -->
     <link href="{{ url_dist('bootstrap@4.6.0/bootstrap.min.css') }}" 
rel="stylesheet">
@@ -87,22 +89,22 @@
       {% 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 %}
+      {% endif %} -->
 <!--  {% if lang != 'zh_Hant' %}
         <li><a class="dropdown-item" href="{{ self_localized('zh_Hant') 
}}">Chinese [zh]</a></li>
       {% endif %} -->
-      {% if lang != 'fr' %}
+<!--  {% if lang != 'fr' %}
         <li><a class="dropdown-item" href="{{ self_localized('fr') 
}}">Fran&ccedil;ais [fr]</a></li>
-      {% endif %}
+      {% endif %} -->
       {% if lang != 'de' %}
         <li><a class="dropdown-item" href="{{ self_localized('de') }}">Deutsch 
[de]</a></li>
       {% endif %}
 <!--  {% if lang != 'hi' %}
         <li><a class="dropdown-item" href="{{ self_localized('hi') }}">Hindi 
[hi]</a></li>
       {% endif %} -->
-      {% if lang != 'it' %}
+<!--  {% if lang != 'it' %}
         <li><a class="dropdown-item" href="{{ self_localized('it') 
}}">Italiano [it]</a></li>
       {% endif %}
       {% if lang != 'ja' %}
@@ -110,14 +112,14 @@
       {% endif %}
       {% if lang != 'ko' %}
         <li><a class="dropdown-item" href="{{ self_localized('ko') }}">Korean 
[ko]</a></li>
-      {% endif %}
+      {% endif %} -->
 <!--  {% if lang != 'pt' %}
         <li><a class="dropdown-item" href="{{ self_localized('pt') 
}}">Portugu&ecirc;s [pt]</a></li>
       {% endif %} -->
 <!--  {% if lang != 'pt_BR' %}
         <li><a class="dropdown-item" href="{{ self_localized('pt_BR') 
}}">Portugu&ecirc;s (Brazil) [pt]</a></li>
       {% endif %} -->
-      {% if lang != 'ru' %}
+<!--  {% 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 %}
       {% if lang != 'es' %}
@@ -128,8 +130,7 @@
       {% endif %}
       {% if lang != 'tr' %}
         <li><a class="dropdown-item" href="{{ self_localized('tr') 
}}">T&uuml;rk [tr]</a></li>
-      {% endif %}
-
+      {% endif %} -->
       </ul>
     </div>
   </nav>
@@ -144,7 +145,7 @@
       {% endtrans %}
     </p>
       <div style="text-align: center;">
-        <button class="pure-button pure-button-primary" style="text-allign: 
center;" click="addAuditor()">{{ _("Add Auditor") }}</button>
+        <button class="pure-button pure-button-primary" style="text-allign: 
center;">{{ _("Add Auditor") }}</button>
       </div>
       <p>
         {{ _("This will tell your wallet that you are willing to trust 
exchanges that we audit to handle the {curr} currency 
properly.").format(curr=conf['currency']) }}

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