Redo the translation system (steal from tabi)

This commit is contained in:
daudix
2024-06-20 08:42:24 +03:00
parent 8ae127d4ce
commit 40b1895618
18 changed files with 403 additions and 232 deletions

View File

@ -5,7 +5,7 @@
<div class="statement-container archive">
<strong class="big">
<i class="icon"></i>
{{ trans(key="archived", lang=lang) }}
{{ macros_translate::translate(key="archived", default="Archived", language_strings=language_strings) }}
</strong>
{{ page.extra.archive | markdown | safe }}
</div>