Merge pull request #302 from ShiningRush/master

fixed misuse of translation in chinese
This commit is contained in:
pubkey 2018-09-27 18:11:09 +02:00 committed by GitHub
commit eacdd3c786
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,11 +1,11 @@
// Chinese (Simplified)
// Chinese (Simplified)
const lang = {
contact: '联系方式',
experience: '工作经历',
education: '教育经历',
skills: '技能专长',
projects: '项目',
contributions: '捐款',
contributions: '贡献',
about: '自我介绍'
};
export default lang;