gnunet-svn
[Top][All Lists]
Advanced

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

[taler-www] branch master updated: Language switcher: Türk --> Türkce, N


From: gnunet
Subject: [taler-www] branch master updated: Language switcher: Türk --> Türkce, Navbar: Company link without language differentiation, Index: Open new browser tabs when clicking on tiles
Date: Wed, 09 Mar 2022 21:46:10 +0100

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

skuegel pushed a commit to branch master
in repository www.

The following commit(s) were added to refs/heads/master by this push:
     new 4e2878c  Language switcher: Türk --> Türkce, Navbar: Company link 
without language differentiation, Index: Open new browser tabs when clicking on 
tiles
4e2878c is described below

commit 4e2878c2c8c7264c571ecc46949980b4e104f8ba
Author: Stefan Kügel <skuegel@web.de>
AuthorDate: Wed Mar 9 21:42:38 2022 +0100

    Language switcher: Türk --> Türkce, Navbar: Company link without language 
differentiation, Index: Open new browser tabs when clicking on tiles
    
    Signed-off-by: Stefan Kügel <skuegel@web.de>
---
 common/navigation.j2.inc | 4 ++--
 template/index.html.j2   | 6 +++---
 www.yml                  | 2 +-
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/common/navigation.j2.inc b/common/navigation.j2.inc
index 8114f85..85a3bbe 100644
--- a/common/navigation.j2.inc
+++ b/common/navigation.j2.inc
@@ -24,7 +24,7 @@
       {{ navlink('principles.html', _('Principles')) }}
       {{ navlink('docs.html', _('Docs')) }}
       {{ navlink('news/index.html', _('News')) }}
-      <a class="nav-link" href="https://taler-systems.com/{{ 
url_localized('index.html') }}" target="_blank" rel="noopener noreferrer">{{ 
_('Company') }}</a>
+      <a class="nav-link" href="https://taler-systems.com/"; target="_blank" 
rel="noopener noreferrer">{{ _('Company') }}</a>
     </div>
 
     <div class="nav-item dropdown">
@@ -86,7 +86,7 @@
         <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>
+        <li><a class="dropdown-item" href="{{ self_localized('tr') 
}}">T&uuml;rk&ccedil;e [tr]</a></li>
       {% endif %}
 
       </ul>
diff --git a/template/index.html.j2 b/template/index.html.j2
index 5d49e95..9fd4f67 100644
--- a/template/index.html.j2
+++ b/template/index.html.j2
@@ -41,9 +41,9 @@
             <a href="https://gnu.org/philosophy/free-sw.html";>{{ _("Free 
Software") }}</a>
           </li>
         </ul>
-        <form action="{{ "https://demo.taler.net/"; + lang + "/" }}" 
style="display:inline;"><button type="submit" class="btn btn-primary">{{ _("Try 
Demo!")}}</button></form>
-        <form action="https://docs.taler.net/"; style="display:inline;"><button 
type="submit" class="btn btn-secondary">{{ _("Read Docs")}}</button></form>
-        <form action="https://taler-systems.com/"; 
style="display:inline;"><button type="submit" class="btn btn-secondary">{{ 
_("Commercial Support")}}</button></form>
+        <form action="{{ "https://demo.taler.net/"; + lang + "/" }}" 
target="_blank" rel="noopener noreferrer" style="display:inline;"><button 
type="submit" class="btn btn-primary">{{ _("Try Demo!")}}</button></form>
+        <form action="https://docs.taler.net/"; target="_blank" rel="noopener 
noreferrer" style="display:inline;"><button type="submit" class="btn 
btn-secondary">{{ _("Read Docs")}}</button></form>
+        <form action="https://taler-systems.com/"; target="_blank" 
rel="noopener noreferrer" style="display:inline;"><button type="submit" 
class="btn btn-secondary">{{ _("Commercial Support")}}</button></form>
         </p>
       </div>
       <div class="col-lg-4">
diff --git a/www.yml b/www.yml
index 70efe55..5bb713b 100644
--- a/www.yml
+++ b/www.yml
@@ -25,7 +25,7 @@ langs_full:
   ru: Ру́сский язы́к
   es: Español
   sv: Svenska
-  tr: Türk
+  tr: Türkçe
 meetingnotes:
 newsposts:
   - page: 2022-03.html

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