Add 'Map' entry to user menu

This commit is contained in:
Wolfgang Huß 2024-01-24 15:05:01 +01:00
parent 3afa99e116
commit 9d9b325d43
5 changed files with 9 additions and 0 deletions

View File

@ -92,6 +92,11 @@ export default {
path: '/groups',
icon: 'users',
},
{
name: this.$t('header.avatarMenu.map'),
path: `/map`,
icon: 'globe',
},
{
name: this.$t('header.avatarMenu.chats'),
path: `/chat`,

View File

@ -574,6 +574,7 @@
},
"chats": "Chats",
"groups": "Gruppen",
"map": "Landkarte",
"myProfile": "Mein Profil",
"notifications": "Benachrichtigungen"
},

View File

@ -574,6 +574,7 @@
},
"chats": "Chats",
"groups": "Groups",
"map": "Map",
"myProfile": "My profile",
"notifications": "Notifications"
},

View File

@ -320,6 +320,7 @@
"avatarMenu": {
"chats": "Chats",
"groups": "Grupos",
"map": "Mapa",
"notifications": "Notificaciones"
},
"chats": {

View File

@ -310,6 +310,7 @@
"avatarMenu": {
"chats": "Chats",
"groups": "Groupes",
"map": "Carte",
"notifications": "Notifications"
},
"chats": {