mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-12 23:35:58 +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',
|
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`,
|
||||||
|
|||||||
@ -574,6 +574,7 @@
|
|||||||
},
|
},
|
||||||
"chats": "Chats",
|
"chats": "Chats",
|
||||||
"groups": "Gruppen",
|
"groups": "Gruppen",
|
||||||
|
"map": "Landkarte",
|
||||||
"myProfile": "Mein Profil",
|
"myProfile": "Mein Profil",
|
||||||
"notifications": "Benachrichtigungen"
|
"notifications": "Benachrichtigungen"
|
||||||
},
|
},
|
||||||
|
|||||||
@ -574,6 +574,7 @@
|
|||||||
},
|
},
|
||||||
"chats": "Chats",
|
"chats": "Chats",
|
||||||
"groups": "Groups",
|
"groups": "Groups",
|
||||||
|
"map": "Map",
|
||||||
"myProfile": "My profile",
|
"myProfile": "My profile",
|
||||||
"notifications": "Notifications"
|
"notifications": "Notifications"
|
||||||
},
|
},
|
||||||
|
|||||||
@ -320,6 +320,7 @@
|
|||||||
"avatarMenu": {
|
"avatarMenu": {
|
||||||
"chats": "Chats",
|
"chats": "Chats",
|
||||||
"groups": "Grupos",
|
"groups": "Grupos",
|
||||||
|
"map": "Mapa",
|
||||||
"notifications": "Notificaciones"
|
"notifications": "Notificaciones"
|
||||||
},
|
},
|
||||||
"chats": {
|
"chats": {
|
||||||
|
|||||||
@ -310,6 +310,7 @@
|
|||||||
"avatarMenu": {
|
"avatarMenu": {
|
||||||
"chats": "Chats",
|
"chats": "Chats",
|
||||||
"groups": "Groupes",
|
"groups": "Groupes",
|
||||||
|
"map": "Carte",
|
||||||
"notifications": "Notifications"
|
"notifications": "Notifications"
|
||||||
},
|
},
|
||||||
"chats": {
|
"chats": {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user