commit 5282c0423d3e7ef6fc6eef21833a1a4aaa6e094a
parent 36e03227f34258647aecfd25b738d2efbd0410d7
Author: Christian Grothoff <christian@grothoff.org>
Date: Mon, 1 Feb 2021 19:51:00 +0100
add sv links
Diffstat:
2 files changed, 6 insertions(+), 1 deletion(-)
diff --git a/common/header.j2.inc b/common/header.j2.inc
@@ -3,7 +3,7 @@
@licstart The following is the entire license notice for the
JavaScript code in this page.
- Copyright (C) 2014, 2015, 2016, 2020 Taler Systems SA
+ Copyright (C) 2014, 2015, 2016, 2020, 2021 Taler Systems SA
The JavaScript code in this page is free software: you can
redistribute it and/or modify it under the terms of the GNU
@@ -27,6 +27,8 @@
<link rel="alternate" hreflang="en" href="{{ self_localized('en') }}" />
<link rel="alternate" hreflang="de" href="{{ self_localized('de') }}" />
<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') }}" />
<!--
<link rel="alternate" hreflang="fr" href="{{ self_localized('fr') }}" />
<link rel="alternate" hreflang="it" href="{{ self_localized('it') }}" />
diff --git a/common/navigation.j2.inc b/common/navigation.j2.inc
@@ -51,6 +51,9 @@
{% if lang != 'fr' %}
<li><a class="dropdown-item" href="{{ self_localized('fr') }}">Français [fr]</a></li>
{% endif %}
+ {% if lang != 'sv' %}
+ <li><a class="dropdown-item" href="{{ self_localized('sv') }}">Svenska [sv]</a></li>
+ {% endif %}
{% if lang != 'tr' %}
<li><a class="dropdown-item" href="{{ self_localized('tr') }}">Türk [tr]</a></li>
{% endif %}