- i18n implementation into homepage

This commit is contained in:
Peter Papp
2021-04-06 08:26:35 +02:00
parent e0daa46b50
commit 20f8fe4b51
8 changed files with 154 additions and 110 deletions
@@ -21,7 +21,7 @@
</div>
<div v-if="! config.isAuthenticated" class="log-in">
<router-link :to="{name: 'SignIn'}" class="base-button theme-color">
Prihlásit se
{{ $t('page_index.menu.log_in') }}
</router-link>
</div>
</div>
@@ -46,15 +46,15 @@
isWhite: false,
navigation: [
{
title: 'Ceník',
title: this.$t('navigation.price'),
href: 'cenik',
},
{
title: 'O Nás',
title: this.$t('navigation.about-us'),
href: 'o-nas',
},
{
title: 'Kontakt a Podpora',
title: this.$t('navigation.contact-and-support'),
href: 'kontakt-a-podpora',
},
],