language adjustments

This commit is contained in:
mbndr 2017-09-14 19:33:30 +02:00
parent 877def604c
commit 5ddbb8f5fd
3 changed files with 4 additions and 4 deletions

View File

@ -2,9 +2,9 @@
const de = {
headings: {
contact: 'Kontakt',
experience: 'Erfahrung',
experience: 'Berufserfahrung',
education: 'Schulbildung',
skills: 'Fähigkeiten',
skills: 'Qualifikationen'
}
};
export default de;

View File

@ -4,7 +4,7 @@ const en = {
contact: 'Contact',
experience: 'Experience',
education: 'Education',
skills: 'Skills',
skills: 'Skills'
}
};
export default en;

View File

@ -83,5 +83,5 @@ export const PERSON = {
website: 'johndoe.com',
github: 'johnyD'
},
lang: "de"
lang: "en"
};