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

@ -6,7 +6,7 @@ export default {
lang: null,
all: [
{ name: 'English', code: 'en' },
{ name: 'Estonian', code: 'est' },
{ name: 'Estonian', code: 'et' },
],
},
mutations: {