Release v1.1.2-XXX - configurable header menu is translatable

This commit is contained in:
Wolfgang Huß 2022-10-15 15:57:36 +02:00
parent 323826ca20
commit 0794115b3f
3 changed files with 11 additions and 3 deletions

View File

@ -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',
},
],

View File

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

View File

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