Merge pull request #307 from binaryplease/fix_german_lang

fix german strings
This commit is contained in:
pubkey 2018-10-01 23:07:50 +02:00 committed by GitHub
commit 65e2671988
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,8 +6,8 @@ const lang = {
experience: 'Berufserfahrung',
education: 'Schulbildung',
skills: 'Qualifikationen',
projects: 'Projecten',
contributions: 'Bijdragen',
projects: 'Projekte',
contributions: 'Mitarbeit',
about: 'Über mich'
};
export default lang;