i18n on the web - deepseek translations

This commit is contained in:
Priec
2026-08-14 20:35:37 +02:00
parent 2dc0d94ba0
commit 8f1bfdbe0c
91 changed files with 4679 additions and 1237 deletions

View File

@@ -8,7 +8,7 @@
<div class="error-page">
<h1>{{ heading }}</h1>
<p>{{ message }}</p>
<a href="/admin">Back to the admin panel</a>
<a href="/admin">{{ nav.tr("ui-back-to-admin") }}</a>
</div>
</main>
{% endblock %}