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] 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;