mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-25 10:20:38 +00:00
- i18n implementation into homepage
This commit is contained in:
@@ -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',
|
||||
},
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user