Added French language (basic config)
This commit is contained in:
parent
a74522c465
commit
d99b5cf525
2 changed files with 10 additions and 1 deletions
3
lang/fr-FR.js
Normal file
3
lang/fr-FR.js
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
export default {
|
||||
send: 'Envoyer'
|
||||
}
|
||||
|
|
@ -290,7 +290,13 @@ 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',
|
||||
lazy: true,
|
||||
|
|
|
|||
Loading…
Reference in a new issue