From f12722f0d321925958cad35b316ab188ad252725 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Pott?= Date: Tue, 19 Sep 2017 21:16:03 +0200 Subject: [PATCH 1/2] Added Chinese translation for 'about me' --- src/lang/cn.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lang/cn.js b/src/lang/cn.js index 0eaf2f0..230b93c 100644 --- a/src/lang/cn.js +++ b/src/lang/cn.js @@ -5,7 +5,7 @@ const cn = { experience: '工作经历', education: '教育经历', skills: '技能专长', - about: 'About me' // Translation needed! + about: '自我介绍' } }; export default cn; From 049bf2679f8f6f657d45f4fd85ff56a5de030d90 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Pott?= Date: Tue, 19 Sep 2017 21:23:13 +0200 Subject: [PATCH 2/2] Improve FR translation --- src/lang/fr.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lang/fr.js b/src/lang/fr.js index 81963c1..8b2ec0f 100644 --- a/src/lang/fr.js +++ b/src/lang/fr.js @@ -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;