Added Chinese translation for 'about me'

This commit is contained in:
Jérôme Pott 2017-09-19 21:16:03 +02:00 committed by GitHub
parent 6fe00399ed
commit f12722f0d3

View File

@ -5,7 +5,7 @@ const cn = {
experience: '工作经历',
education: '教育经历',
skills: '技能专长',
about: 'About me' // Translation needed!
about: '自我介绍'
}
};
export default cn;