Merge pull request #355 from thomasbnt/i18n

Adding french language basic
This commit is contained in:
Liyas Thomas 2019-11-27 21:34:37 +05:30 committed by GitHub
commit 93364afc98
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 0 deletions

3
lang/fr-FR.js Normal file
View file

@ -0,0 +1,3 @@
export default {
send: 'Envoyer'
}

View file

@ -290,6 +290,12 @@ export default {
name: 'Español',
iso: 'es-ES',
file: 'es-ES.js'
},
{
code: 'fr',
name: 'Français',
iso: 'fr-FR',
file: 'fr-FR.js'
}
],
defaultLocale: 'en',