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
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',