gnunet-svn
[Top][All Lists]
Advanced

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

[taler-www] branch master updated: Enabling Hungarian for the language s


From: gnunet
Subject: [taler-www] branch master updated: Enabling Hungarian for the language switcher; adding a missing 'to' into a sentence on principles.html
Date: Sun, 02 Apr 2023 20:55:07 +0200

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 6a2dc1e  Enabling Hungarian for the language switcher; adding a 
missing 'to' into a sentence on principles.html
6a2dc1e is described below

commit 6a2dc1ee284b73b5319652e4d2530da75b952a89
Author: Stefan Kügel <skuegel@web.de>
AuthorDate: Sun Apr 2 20:53:54 2023 +0200

    Enabling Hungarian for the language switcher; adding a missing 'to' into a 
sentence on principles.html
    
    Signed-off-by: Stefan Kügel <skuegel@web.de>
---
 common/navigation.j2.inc    | 3 +++
 template/principles.html.j2 | 6 ++----
 2 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/common/navigation.j2.inc b/common/navigation.j2.inc
index a82ea67..5110fb7 100644
--- a/common/navigation.j2.inc
+++ b/common/navigation.j2.inc
@@ -68,6 +68,9 @@
           {% if lang != 'de' %}
             <li><a class="dropdown-item" href="{{ self_localized('de') 
}}">Deutsch [de]</a></li>
           {% endif %}
+          {% if lang != 'hu' %}
+            <li><a class="dropdown-item" href="{{ self_localized('hu') 
}}">Magyar [hu]</a></li>
+          {% endif %}
     <!--  {% if lang != 'hi' %}
             <li><a class="dropdown-item" href="{{ self_localized('hi') 
}}">हिंदी [hi]</a></li>
           {% endif %} -->
diff --git a/template/principles.html.j2 b/template/principles.html.j2
index f3bcde2..d506095 100644
--- a/template/principles.html.j2
+++ b/template/principles.html.j2
@@ -47,10 +47,8 @@
         </p>
         <p>
           {% trans %}
-            Customers benefit from Free/Libre Software
-            because anyone is free to modify the wallet software support 
additional platforms.
-            The source code must be available and make it easy to verify that
-            user-hostile features such as tracking or telemetry are absent.
+            Customers benefit from Free/Libre Software because anyone is free 
to modify the wallet software to support additional platforms.
+            The source code must be available and make it easy to verify that 
user-hostile features such as tracking or telemetry are absent.
           {% endtrans %}
         </p>
       </div>

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