feat(i18n): add locale switcher

This commit is contained in:
2026-04-14 22:32:44 +02:00
parent 7ee9adcc9e
commit 5c59da8ac3
6 changed files with 95 additions and 13 deletions
+9
View File
@@ -3,5 +3,14 @@
"home": "Startseite",
"aboutMe": "Über Mich",
"projects": "Projekte"
},
"languages": {
"english": "Englisch",
"german": "Deutsch"
},
"themes": {
"light": "Hell",
"dark": "Dunkel",
"system": "System"
}
}
+15 -6
View File
@@ -1,7 +1,16 @@
{
"pages": {
"home": "Home",
"aboutMe": "About Me",
"projects": "Projects"
}
}
"pages": {
"home": "Home",
"aboutMe": "About Me",
"projects": "Projects"
},
"languages": {
"german": "German",
"english": "English"
},
"themes": {
"light": "Light",
"dark": "Dark",
"system": "System"
}
}