Add header menu item 'Topic'

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

View File

@ -8,6 +8,10 @@ export default {
nameIdent: 'yuniteRebranding.myGroups',
path: '/my-groups',
},
{
nameIdent: 'yuniteRebranding.topics',
url: 'https://yunite.org/themen/',
},
{
nameIdent: 'yuniteRebranding.about',
url: 'https://yunite.org',

View File

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

View File

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