feat(i18n): add locale switcher
This commit is contained in:
+15
-6
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user