fixed misuse of translation in chinese

This commit is contained in:
ShiningRush 2018-08-24 19:10:00 +08:00
parent 141effd6b3
commit 2f07df0242

View File

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