Merge pull request #357 from hosseinnedaee/i18n

Added Farsi language support
This commit is contained in:
Liyas Thomas 2019-11-27 23:28:57 +05:30 committed by GitHub
commit e4441d129c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 0 deletions

3
lang/fa-IR.js Normal file
View file

@ -0,0 +1,3 @@
export default {
send: 'ارسال'
}

View file

@ -296,6 +296,12 @@ export default {
name: 'Français',
iso: 'fr-FR',
file: 'fr-FR.js'
},
{
code: 'fa',
name: 'Farsi',
iso: 'fa-IR',
file: 'fa-IR.js'
}
],
defaultLocale: 'en',