feat(core): implement translation

This commit is contained in:
2025-08-27 17:05:51 +02:00
parent 8f1cf01f67
commit 890257c77e
12 changed files with 234 additions and 19 deletions

6
public/i18n/de.json Normal file
View File

@@ -0,0 +1,6 @@
{
"common": {
"home": "Startseite",
"about": "Über mich"
}
}

6
public/i18n/en.json Normal file
View File

@@ -0,0 +1,6 @@
{
"common": {
"home": "Home",
"about": "About"
}
}