Skip to content
Snippets Groups Projects
Commit f80e1354 authored by Konrad Mohrfeldt's avatar Konrad Mohrfeldt :koala:
Browse files

fix: add missing translation

parent b269ca2d
No related branches found
No related tags found
No related merge requests found
......@@ -40,7 +40,7 @@ type MenuItemCollectionGenerator = (
async function* getMainNavigation() {
const { t } = useI18n()
yield {
title: t('navigation'),
title: t('navigation._title'),
items: [
{
title: t('navigation.shows'),
......
......@@ -117,6 +117,7 @@ export default {
},
navigation: {
_title: 'Navigation',
home: 'Home',
shows: 'Sendereihen',
show: {
......
......@@ -120,6 +120,7 @@ export default {
},
navigation: {
_title: 'Navigation',
home: 'Home',
shows: 'Shows',
show: {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment