Merge pull request #59 from mornir/patch-1

Add CN translation / improve FR translation
This commit is contained in:
Sara Steiert 2017-09-21 06:51:26 +02:00 committed by GitHub
commit 4fce7f2cea
2 changed files with 3 additions and 3 deletions

View File

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

View File

@ -2,10 +2,10 @@
const fr = {
headings: {
contact: 'Contact',
experience: 'Expériences professionelles',
experience: 'Expérience professionelle',
education: 'Formation',
skills: 'Compétences',
about: 'C\'est moi'
about: 'À propos de moi'
}
};
export default fr;