mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
Add header menu item 'Topic'
This commit is contained in:
parent
7ec3ee09df
commit
c13b285992
@ -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',
|
||||
|
||||
@ -2,6 +2,7 @@
|
||||
"yuniteRebranding": {
|
||||
"about": "Über Yunite",
|
||||
"myGroups": "Gruppen",
|
||||
"newsFeed": "Beiträge"
|
||||
"newsFeed": "Beiträge",
|
||||
"topics": "Themen"
|
||||
}
|
||||
}
|
||||
|
||||
@ -2,6 +2,7 @@
|
||||
"yuniteRebranding": {
|
||||
"about": "About Yunite",
|
||||
"myGroups": "Groups",
|
||||
"newsFeed": "News Feed"
|
||||
"newsFeed": "News Feed",
|
||||
"topics": "Topics"
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user