mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
Adjust merge of groups branch by fixing header menu lacales idents
This commit is contained in:
parent
c2c66786a7
commit
7ec3ee09df
@ -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',
|
||||
},
|
||||
],
|
||||
|
||||
@ -1,6 +1,7 @@
|
||||
{
|
||||
"yuniteRebranding": {
|
||||
"newsFeed": "Beiträge",
|
||||
"about": "Über Yunite"
|
||||
"about": "Über Yunite",
|
||||
"myGroups": "Gruppen",
|
||||
"newsFeed": "Beiträge"
|
||||
}
|
||||
}
|
||||
|
||||
@ -1,6 +1,7 @@
|
||||
{
|
||||
"yuniteRebranding": {
|
||||
"newsFeed": "News Feed",
|
||||
"about": "About Yunite"
|
||||
"about": "About Yunite",
|
||||
"myGroups": "Groups",
|
||||
"newsFeed": "News Feed"
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user