Merge pull request #357 from hosseinnedaee/i18n
Added Farsi language support
This commit is contained in:
commit
e4441d129c
2 changed files with 9 additions and 0 deletions
3
lang/fa-IR.js
Normal file
3
lang/fa-IR.js
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
export default {
|
||||
send: 'ارسال'
|
||||
}
|
||||
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Reference in a new issue