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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user