Implement multilingual support in footer and add legal pages

This commit is contained in:
Adrian Altner 2026-04-21 02:37:13 +02:00
parent 7bd0905ecf
commit 2975984104
12 changed files with 719 additions and 8 deletions

View file

@ -66,6 +66,6 @@ const {
<main transition:animate="fade">
<slot />
</main>
<Footer transition:persist />
<Footer locale={locale} transition:persist />
</body>
</html>