feat: add imprint page (draft, 7 languages), add missing translations to legal pages, reorder footer links

This commit is contained in:
2026-02-09 17:14:59 +01:00
parent de5ac8022b
commit 54a79a4c69
16 changed files with 941 additions and 14 deletions

View File

@@ -318,9 +318,10 @@ class PageSettings extends HTMLElement {
<h2>${t('settings.about')}</h2>
<div class="about-links">
<a href="#/about">${t('footer.about')}</a>
<a href="#/contact">${t('footer.contact')}</a>
<a href="#/imprint">${t('footer.imprint')}</a>
<a href="#/privacy">${t('footer.privacy')}</a>
<a href="#/terms">${t('footer.terms')}</a>
<a href="#/contact">${t('footer.contact')}</a>
</div>
<p class="version">dgray.io v1.0.0</p>
</section>