diff --git a/src/lang/pt-br.js b/src/lang/pt-br.js index 770ba95..c3edfbf 100755 --- a/src/lang/pt-br.js +++ b/src/lang/pt-br.js @@ -1,14 +1,14 @@ // Portuguese const lang = { - contact: 'Contato', - experience: 'Experiência Profissional', - /* 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', - projects: 'Projetos', - contributions: 'Contribuições', - about: 'Sobre', - born: 'Nascido em', - bornIn: 'em' + contact: 'Contato', + experience: 'Experiência Profissional', + /* 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', + projects: 'Projetos', + contributions: 'Contribuições', + about: 'Sobre', + born: 'Nascido em', + bornIn: 'em' }; -export default lang; \ No newline at end of file +export default lang;