mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2026-01-20 20:01:22 +00:00
Release v1.1.2-XXX - configurable header menu is translatable
This commit is contained in:
parent
323826ca20
commit
0794115b3f
@ -1,11 +1,11 @@
|
||||
export default {
|
||||
MENU: [
|
||||
{
|
||||
name: 'Beiträge',
|
||||
path: '/#',
|
||||
nameIdent: 'ocelotRebranding.newsFeed',
|
||||
path: '/',
|
||||
},
|
||||
{
|
||||
name: 'Über Yunite',
|
||||
nameIdent: 'ocelotRebranding.about',
|
||||
url: 'https://yunite.org',
|
||||
},
|
||||
],
|
||||
|
||||
@ -1,2 +1,6 @@
|
||||
{
|
||||
"yuniteRebranding": {
|
||||
"newsFeed": "Beiträge",
|
||||
"about": "Über Yunite"
|
||||
}
|
||||
}
|
||||
|
||||
@ -1,2 +1,6 @@
|
||||
{
|
||||
"yuniteRebranding": {
|
||||
"newsFeed": "News Feed",
|
||||
"about": "About Yunite"
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user