mirror of
https://github.com/mokuappio/serverless-invoices.git
synced 2026-02-08 17:02:38 -05: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