Merge pull request #359 from tetri/patch-1
Added Brazilian Portuguese language support
This commit is contained in:
commit
781d8e3b68
2 changed files with 9 additions and 0 deletions
3
lang/pt-BR.js
Normal file
3
lang/pt-BR.js
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
export default {
|
||||
send: 'Enviar'
|
||||
}
|
||||
|
|
@ -302,6 +302,12 @@ export default {
|
|||
name: 'Farsi',
|
||||
iso: 'fa-IR',
|
||||
file: 'fa-IR.js'
|
||||
},
|
||||
{
|
||||
code: 'pt',
|
||||
name: 'Português Brasileiro',
|
||||
iso: 'pt-BR',
|
||||
file: 'pt-BR.js'
|
||||
}
|
||||
],
|
||||
defaultLocale: 'en',
|
||||
|
|
|
|||
Loading…
Reference in a new issue