Added translation to born and bornIn for pt-br lang

This commit is contained in:
Giancarlo Rocha 2018-05-05 12:52:46 -03:00
parent e849f1874b
commit b24737eef7

View File

@ -4,6 +4,8 @@ const lang = {
/* You can choose, "Educação" or "Formação Acadêmica"! But the second one is more professional and is more used. */
education: 'Formação Acadêmica',
skills: 'Competências',
about: 'Sobre'
about: 'Sobre',
born: 'Nascido em',
bornIn: 'em'
};
export default lang;