gnunet-svn
[Top][All Lists]
Advanced

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

[taler-www] branch master updated: add sv links


From: gnunet
Subject: [taler-www] branch master updated: add sv links
Date: Mon, 01 Feb 2021 19:51:03 +0100

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

grothoff pushed a commit to branch master
in repository www.

The following commit(s) were added to refs/heads/master by this push:
     new 5282c04  add sv links
5282c04 is described below

commit 5282c0423d3e7ef6fc6eef21833a1a4aaa6e094a
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Mon Feb 1 19:51:00 2021 +0100

    add sv links
---
 common/header.j2.inc     | 4 +++-
 common/navigation.j2.inc | 3 +++
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/common/header.j2.inc b/common/header.j2.inc
index de2ca77..9cebe0c 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 24db4f1..cafb245 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 %}

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