Adjust merge of groups branch by fixing header menu lacales idents

This commit is contained in:
Wolfgang Huß 2022-10-22 20:26:31 +02:00
parent c2c66786a7
commit 7ec3ee09df
3 changed files with 9 additions and 7 deletions

View File

@ -1,15 +1,15 @@
export default {
MENU: [
{
nameIdent: 'ocelotRebranding.newsFeed',
nameIdent: 'yuniteRebranding.newsFeed',
path: '/',
},
{
nameIdent: 'ocelotRebranding.myGroups',
nameIdent: 'yuniteRebranding.myGroups',
path: '/my-groups',
},
{
nameIdent: 'ocelotRebranding.about',
nameIdent: 'yuniteRebranding.about',
url: 'https://yunite.org',
},
],

View File

@ -1,6 +1,7 @@
{
"yuniteRebranding": {
"newsFeed": "Beiträge",
"about": "Über Yunite"
"about": "Über Yunite",
"myGroups": "Gruppen",
"newsFeed": "Beiträge"
}
}

View File

@ -1,6 +1,7 @@
{
"yuniteRebranding": {
"newsFeed": "News Feed",
"about": "About Yunite"
"about": "About Yunite",
"myGroups": "Groups",
"newsFeed": "News Feed"
}
}