summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-05-27 14:29:14 +0200
committerChristian Grothoff <christian@grothoff.org>2021-05-27 14:29:14 +0200
commit5b79c55ac1352b08fa15748d614239f0c0d7fd6f (patch)
tree96885b818039aa881a9679ca0ec95513ca264680
parente9c3a5f8a89cc628b4c7c7a88082e4f155d64433 (diff)
downloadauditor-5b79c55ac1352b08fa15748d614239f0c0d7fd6f.tar.gz
auditor-5b79c55ac1352b08fa15748d614239f0c0d7fd6f.tar.bz2
auditor-5b79c55ac1352b08fa15748d614239f0c0d7fd6f.zip
fix langs
-rw-r--r--template/index.html.j223
1 files 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']) }}