Use i18n-http-backend to load translatiosn from json files.

This commit is contained in:
Karel Vendla
2021-04-19 17:07:46 +03:00
parent f9faf31c0d
commit 26b247a638
18 changed files with 79 additions and 41 deletions

View File

@ -9,8 +9,8 @@
<template slot="button-content">
<i class="material-icons">more_vert</i>
</template>
<b-dropdown-item @click="exportJson">Export</b-dropdown-item>
<b-dropdown-item @click="openImportModal">Import</b-dropdown-item>
<b-dropdown-item @click="exportJson">{{ $t('export') }}</b-dropdown-item>
<b-dropdown-item @click="openImportModal">{{ $t('import') }}</b-dropdown-item>
</b-dropdown>
</div>
</div>