mirror of
https://github.com/mokuappio/serverless-invoices.git
synced 2025-10-28 16:31:07 -04:00
Add pull requsted languages to i18n whitelist & to dropdown.
This commit is contained in:
@ -7,6 +7,9 @@ export default {
|
||||
all: [
|
||||
{ name: 'English', code: 'en' },
|
||||
{ name: 'Estonian', code: 'et' },
|
||||
{ name: 'Persian', code: 'fa' },
|
||||
{ name: 'Spanish', code: 'es' },
|
||||
{ name: 'Bangla', code: 'bn' },
|
||||
],
|
||||
},
|
||||
mutations: {
|
||||
|
||||
Reference in New Issue
Block a user