Merge pull request #302 from ShiningRush/master
fixed misuse of translation in chinese
This commit is contained in:
commit
eacdd3c786
@ -1,11 +1,11 @@
|
|||||||
// Chinese (Simplified)
|
// Chinese (Simplified)
|
||||||
const lang = {
|
const lang = {
|
||||||
contact: '联系方式',
|
contact: '联系方式',
|
||||||
experience: '工作经历',
|
experience: '工作经历',
|
||||||
education: '教育经历',
|
education: '教育经历',
|
||||||
skills: '技能专长',
|
skills: '技能专长',
|
||||||
projects: '项目',
|
projects: '项目',
|
||||||
contributions: '捐款',
|
contributions: '贡献',
|
||||||
about: '自我介绍'
|
about: '自我介绍'
|
||||||
};
|
};
|
||||||
export default lang;
|
export default lang;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user