Implement personal section in navigation: Add a new 'personal' menu item with sub-items for language learning and calendar. Update localization files for English and German to include translations for the new section. Integrate personal routes into the router configuration for navigation.

This commit is contained in:
Torsten Schulz (local)
2026-01-30 13:53:27 +01:00
parent 7d2a33b3ec
commit d1503cd813
9 changed files with 133 additions and 14 deletions

View File

@@ -7,6 +7,7 @@
"chats": "Chats",
"falukant": "Falukant",
"minigames": "Minispiele",
"personal": "Persönliches",
"settings": "Einstellungen",
"administration": "Verwaltung",
"m-chats": {
@@ -41,6 +42,17 @@
"match3": "Match 3 - Juwelen",
"taxi": "Taxi Simulator"
},
"m-personal": {
"sprachenlernen": "Sprachen lernen",
"calendar": "Kalender",
"m-sprachenlernen": {
"vocabtrainer": "Vokabeltrainer",
"sprachkurse": "Sprachkurse",
"m-vocabtrainer": {
"newLanguage": "Neue Sprache"
}
}
},
"m-settings": {
"homepage": "Startseite",
"account": "Account",

View File

@@ -0,0 +1,8 @@
{
"personal": {
"calendar": {
"title": "Kalender",
"comingSoon": "Der Kalender wird bald verfügbar sein. Hier können Sie zukünftig Ihre Termine und Ereignisse verwalten."
}
}
}

View File

@@ -7,6 +7,7 @@
"chats": "Chats",
"falukant": "Falukant",
"minigames": "Mini games",
"personal": "Personal",
"settings": "Settings",
"administration": "Administration",
"m-chats": {
@@ -41,6 +42,17 @@
"match3": "Match 3 - Jewels",
"taxi": "Taxi Simulator"
},
"m-personal": {
"sprachenlernen": "Learn Languages",
"calendar": "Calendar",
"m-sprachenlernen": {
"vocabtrainer": "Vocabulary trainer",
"sprachkurse": "Language courses",
"m-vocabtrainer": {
"newLanguage": "New language"
}
}
},
"m-settings": {
"homepage": "Homepage",
"account": "Account",

View File

@@ -0,0 +1,8 @@
{
"personal": {
"calendar": {
"title": "Calendar",
"comingSoon": "The calendar will be available soon. Here you will be able to manage your appointments and events."
}
}
}