Migrate Site to German as Default Locale
This commit is contained in:
9
src/pages/statistiken/fight.astro
Normal file
9
src/pages/statistiken/fight.astro
Normal file
@@ -0,0 +1,9 @@
|
||||
---
|
||||
import PageLayout from "../../layouts/PageLayout.astro";
|
||||
import FightStatistics from "../../components/FightStatistics.svelte";
|
||||
import {t} from "astro-i18n";
|
||||
---
|
||||
|
||||
<PageLayout title={t("stats.title")}>
|
||||
<FightStatistics client:only="svelte"/>
|
||||
</PageLayout>
|
||||
Reference in New Issue
Block a user