mirror of
https://github.com/mokuappio/serverless-invoices.git
synced 2025-10-28 00:11:08 -04:00
Use i18n-http-backend to load translatiosn from json files.
This commit is contained in:
@ -6,7 +6,7 @@ export default {
|
||||
lang: null,
|
||||
all: [
|
||||
{ name: 'English', code: 'en' },
|
||||
{ name: 'Estonian', code: 'est' },
|
||||
{ name: 'Estonian', code: 'et' },
|
||||
],
|
||||
},
|
||||
mutations: {
|
||||
|
||||
Reference in New Issue
Block a user