fix(localization): fix missing string in template (#835)

* fix(localization): fix missing string in template

* chore: temp place locale
This commit is contained in:
CXM 2025-07-17 07:40:27 +08:00 committed by GitHub
parent 5c4d8480e6
commit 509a4f3ce8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
16 changed files with 18 additions and 4 deletions

View file

@ -70,7 +70,7 @@ templ base(title string, body templ.Component, impressum *config.Impressum, chal
<footer>
<div class="centered-div">
<p>
{ localizer.T("protected_by") } <a href="https://github.com/TecharoHQ/anubis">Anubis</a> from <a
{ localizer.T("protected_by") } <a href="https://github.com/TecharoHQ/anubis">Anubis</a> { localizer.T("protected_from") } <a
href="https://techaro.lol"
>Techaro</a>. { localizer.T("made_with") }.
</p>