summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--common/header.j2.inc4
-rw-r--r--common/navigation.j2.inc3
2 files changed, 6 insertions, 1 deletions
diff --git a/common/header.j2.inc b/common/header.j2.inc
index de2ca77e..9cebe0c3 100644
--- 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
index 24db4f1a..cafb2458 100644
--- 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&ccedil;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&uuml;rk [tr]</a></li>
{% endif %}