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

@@ -60,9 +60,10 @@ class AppFooter extends HTMLElement {
<span class="xmr-rate" title="CoinGecko">1 XMR ≈ ...</span>
<nav class="footer-links">
<a href="#/about" data-i18n="footer.about">${t('footer.about')}</a>
<a href="#/contact" data-i18n="footer.contact">${t('footer.contact')}</a>
<a href="#/imprint" data-i18n="footer.imprint">${t('footer.imprint')}</a>
<a href="#/privacy" data-i18n="footer.privacy">${t('footer.privacy')}</a>
<a href="#/terms" data-i18n="footer.terms">${t('footer.terms')}</a>
<a href="#/contact" data-i18n="footer.contact">${t('footer.contact')}</a>
</nav>
</div>
`