Updated identation to 4 spaces

To pass on lint process
This commit is contained in:
Giancarlo Rocha 2018-09-28 11:42:30 -03:00 committed by GitHub
parent e357f97a0a
commit d1fc460179
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;
export default lang;