diff --git a/webapp/constants/headerMenu.js b/webapp/constants/headerMenu.js index 7055c44e5..5365e0dc1 100644 --- a/webapp/constants/headerMenu.js +++ b/webapp/constants/headerMenu.js @@ -1,13 +1,12 @@ export default { MENU: [ // { - // name: 'Beiträge', - // path: '/#', + // nameIdent: 'ocelotRebranding.newsFeed', + // path: '/', // }, // { - // name: 'Über Yunite', - // path: '/#', - // url: 'https://yunite.org', + // nameIdent: 'ocelotRebranding.about', + // url: 'https://ocelot.org', // }, ], } diff --git a/webapp/layouts/default.vue b/webapp/layouts/default.vue index 6fb3a2f54..a63a01170 100644 --- a/webapp/layouts/default.vue +++ b/webapp/layouts/default.vue @@ -19,12 +19,12 @@ > - {{ item.name }} + {{ $t(item.nameIdent) }} - {{ item.name }} + {{ $t(item.nameIdent) }}