taler-www

Main taler.net website
Log | Files | Refs | Submodules | README | LICENSE

commit 3732d3a2575230cb6ef23d6c2ae4aa4e9ff9c562
parent bb510eefbc20b346020f083d6b94ec780b4895b0
Author: Stefan Kügel <skuegel@web.de>
Date:   Sun,  2 Apr 2023 21:02:02 +0200

Merge branch 'master' into stable

Diffstat:
Mcommon/navigation.j2.inc | 3+++
Mtemplate/principles.html.j2 | 6++----
2 files changed, 5 insertions(+), 4 deletions(-)

diff --git 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 @@ -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>