Merge pull request #359 from tetri/patch-1

Added Brazilian Portuguese language support
This commit is contained in:
Liyas Thomas
2019-11-28 04:49:14 +05:30
committed by GitHub
2 changed files with 9 additions and 0 deletions

3
lang/pt-BR.js Normal file
View File

@@ -0,0 +1,3 @@
export default {
send: 'Enviar'
}

View File

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