From d1fc460179931ad30496c2d5024d5efe764cb294 Mon Sep 17 00:00:00 2001 From: Giancarlo Rocha Date: Fri, 28 Sep 2018 11:42:30 -0300 Subject: [PATCH] Updated identation to 4 spaces To pass on lint process --- src/lang/pt-br.js | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) 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;