Merge branch 'master' into master
This commit is contained in:
commit
f078e86f43
11
src/lang/pt-br.js
Normal file
11
src/lang/pt-br.js
Normal file
@ -0,0 +1,11 @@
|
||||
/* eslint-disable */
|
||||
const ptbr = {
|
||||
headings: {
|
||||
contact: 'Contato',
|
||||
experience: 'Experiência Profissional',
|
||||
education: 'Educação',
|
||||
skills: 'Competências',
|
||||
about: 'Sobre'
|
||||
}
|
||||
};
|
||||
export default ptbr;
|
||||
@ -84,7 +84,5 @@ export const PERSON = {
|
||||
website: 'johndoe.com',
|
||||
github: 'johnyD'
|
||||
},
|
||||
|
||||
lang: 'en' // en, de, fr, pt, cn, it, es, th, ru
|
||||
|
||||
lang: 'en' // en, de, fr, pt, cn, it, es, th, pt-br, ru
|
||||
};
|
||||
|
||||
@ -7,7 +7,8 @@ import it from './lang/it';
|
||||
import es from './lang/es';
|
||||
import th from './lang/th';
|
||||
import ru from './lang/ru';
|
||||
import ptbr from './lang/pt-br';
|
||||
|
||||
export const terms = {
|
||||
en, de, fr, pt, cn, it, es, th, ru
|
||||
en, de, fr, pt, cn, it, es, th, 'pt-br': ptbr, ru
|
||||
};
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user