Merge pull request #296 from giancarlopro/fix-pt-br

Added translation to born and bornIn for pt-br lang
This commit is contained in:
pubkey 2018-10-01 23:08:14 +02:00 committed by GitHub
commit 9d7fcd708a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,6 +7,8 @@ const lang = {
skills: 'Competências',
projects: 'Projetos',
contributions: 'Contribuições',
about: 'Sobre'
about: 'Sobre',
born: 'Nascido em',
bornIn: 'em'
};
export default lang;