summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Kügel <skuegel@web.de>2023-04-02 20:53:54 +0200
committerStefan Kügel <skuegel@web.de>2023-04-02 20:53:54 +0200
commit6a2dc1ee284b73b5319652e4d2530da75b952a89 (patch)
tree25ba6e09ebf7828a96f271393ff67573f78c553f
parent192c5da575c2b1f0143d6e3e829f4a3f56bdfb58 (diff)
downloadwww-6a2dc1ee284b73b5319652e4d2530da75b952a89.tar.gz
www-6a2dc1ee284b73b5319652e4d2530da75b952a89.tar.bz2
www-6a2dc1ee284b73b5319652e4d2530da75b952a89.zip
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>
-rw-r--r--common/navigation.j2.inc3
-rw-r--r--template/principles.html.j26
2 files changed, 5 insertions, 4 deletions
diff --git a/common/navigation.j2.inc b/common/navigation.j2.inc
index a82ea679..5110fb7b 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 f3bcde2f..d506095f 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>