mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
Add 'Map' entry to user menu
This commit is contained in:
parent
3afa99e116
commit
9d9b325d43
@ -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`,
|
||||
|
||||
@ -574,6 +574,7 @@
|
||||
},
|
||||
"chats": "Chats",
|
||||
"groups": "Gruppen",
|
||||
"map": "Landkarte",
|
||||
"myProfile": "Mein Profil",
|
||||
"notifications": "Benachrichtigungen"
|
||||
},
|
||||
|
||||
@ -574,6 +574,7 @@
|
||||
},
|
||||
"chats": "Chats",
|
||||
"groups": "Groups",
|
||||
"map": "Map",
|
||||
"myProfile": "My profile",
|
||||
"notifications": "Notifications"
|
||||
},
|
||||
|
||||
@ -320,6 +320,7 @@
|
||||
"avatarMenu": {
|
||||
"chats": "Chats",
|
||||
"groups": "Grupos",
|
||||
"map": "Mapa",
|
||||
"notifications": "Notificaciones"
|
||||
},
|
||||
"chats": {
|
||||
|
||||
@ -310,6 +310,7 @@
|
||||
"avatarMenu": {
|
||||
"chats": "Chats",
|
||||
"groups": "Groupes",
|
||||
"map": "Carte",
|
||||
"notifications": "Notifications"
|
||||
},
|
||||
"chats": {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user