taler-www

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

commit 6a2dc1ee284b73b5319652e4d2530da75b952a89
parent 192c5da575c2b1f0143d6e3e829f4a3f56bdfb58
Author: Stefan Kügel <skuegel@web.de>
Date:   Sun,  2 Apr 2023 20:53:54 +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>

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>