From 9d9b325d4302685d22d910a9d14c0be3e331a1b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wolfgang=20Hu=C3=9F?= Date: Wed, 24 Jan 2024 15:05:01 +0100 Subject: [PATCH] Add 'Map' entry to user menu --- webapp/components/AvatarMenu/AvatarMenu.vue | 5 +++++ webapp/locales/de.json | 1 + webapp/locales/en.json | 1 + webapp/locales/es.json | 1 + webapp/locales/fr.json | 1 + 5 files changed, 9 insertions(+) diff --git a/webapp/components/AvatarMenu/AvatarMenu.vue b/webapp/components/AvatarMenu/AvatarMenu.vue index 1f24818ed..ac583ed4b 100644 --- a/webapp/components/AvatarMenu/AvatarMenu.vue +++ b/webapp/components/AvatarMenu/AvatarMenu.vue @@ -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`, diff --git a/webapp/locales/de.json b/webapp/locales/de.json index 3d53696fc..71c2f32c5 100644 --- a/webapp/locales/de.json +++ b/webapp/locales/de.json @@ -574,6 +574,7 @@ }, "chats": "Chats", "groups": "Gruppen", + "map": "Landkarte", "myProfile": "Mein Profil", "notifications": "Benachrichtigungen" }, diff --git a/webapp/locales/en.json b/webapp/locales/en.json index 495c8c395..a53f25075 100644 --- a/webapp/locales/en.json +++ b/webapp/locales/en.json @@ -574,6 +574,7 @@ }, "chats": "Chats", "groups": "Groups", + "map": "Map", "myProfile": "My profile", "notifications": "Notifications" }, diff --git a/webapp/locales/es.json b/webapp/locales/es.json index b27b957a9..5d28d7fe9 100644 --- a/webapp/locales/es.json +++ b/webapp/locales/es.json @@ -320,6 +320,7 @@ "avatarMenu": { "chats": "Chats", "groups": "Grupos", + "map": "Mapa", "notifications": "Notificaciones" }, "chats": { diff --git a/webapp/locales/fr.json b/webapp/locales/fr.json index 91d1a3680..34873ec00 100644 --- a/webapp/locales/fr.json +++ b/webapp/locales/fr.json @@ -310,6 +310,7 @@ "avatarMenu": { "chats": "Chats", "groups": "Groupes", + "map": "Carte", "notifications": "Notifications" }, "chats": {