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', path: '/groups',
icon: 'users', icon: 'users',
}, },
{
name: this.$t('header.avatarMenu.map'),
path: `/map`,
icon: 'globe',
},
{ {
name: this.$t('header.avatarMenu.chats'), name: this.$t('header.avatarMenu.chats'),
path: `/chat`, path: `/chat`,

View File

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

View File

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

View File

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

View File

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