From 8f27897724e0604bce366d7efab59d1bfbee9026 Mon Sep 17 00:00:00 2001 From: MaleDong Date: Sun, 16 Dec 2018 13:04:53 +0800 Subject: [PATCH 1/3] zh-CN: Trans for 'editOnGitHub' Just like https://github.com/nodejs/nodejs.org/commit/631e5da553d50392d6344637fe57171936fb1442#diff-c73a453a788f6d072e426628a94d129f. We should add this for Chinese version in both Tranditional and Simplified one. --- locale/zh-cn/site.json | 1 + locale/zh-tw/site.json | 1 + 2 files changed, 2 insertions(+) diff --git a/locale/zh-cn/site.json b/locale/zh-cn/site.json index 142e825cbcdc7..a41a6ed9fd5b9 100644 --- a/locale/zh-cn/site.json +++ b/locale/zh-cn/site.json @@ -1,5 +1,6 @@ { "title": "Node.js", + "editOnGithub":"在 GitHub 中直接编辑", "author": "Node.js 基金会", "url": "https://nodejs.org/zh-cn/", "locale": "zh-cn", diff --git a/locale/zh-tw/site.json b/locale/zh-tw/site.json index 0140caa098cec..49c50cd389dd8 100644 --- a/locale/zh-tw/site.json +++ b/locale/zh-tw/site.json @@ -1,5 +1,6 @@ { "title": "Node.js", + "editOnGithub":"在 GitHub 中直接編輯", "author": "Node.js 基金會", "url": "https://nodejs.org/zh-tw/", "locale": "zh-tw", From 467ee7822544c33e722f04c94a5d8a4f89d5db15 Mon Sep 17 00:00:00 2001 From: ZYSzys Date: Sun, 16 Dec 2018 13:28:08 +0800 Subject: [PATCH 2/3] Update locale/zh-cn/site.json Agreed Co-Authored-By: Maledong --- locale/zh-cn/site.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locale/zh-cn/site.json b/locale/zh-cn/site.json index a41a6ed9fd5b9..7390a521cb4ea 100644 --- a/locale/zh-cn/site.json +++ b/locale/zh-cn/site.json @@ -1,6 +1,6 @@ { "title": "Node.js", - "editOnGithub":"在 GitHub 中直接编辑", + "editOnGithub":"在 GitHub 上编辑", "author": "Node.js 基金会", "url": "https://nodejs.org/zh-cn/", "locale": "zh-cn", From 48df48c369bb7c2f9ef03021ed6de4fdb2586b9c Mon Sep 17 00:00:00 2001 From: ZYSzys Date: Sun, 16 Dec 2018 13:28:20 +0800 Subject: [PATCH 3/3] Update locale/zh-tw/site.json Agreed Co-Authored-By: Maledong --- locale/zh-tw/site.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locale/zh-tw/site.json b/locale/zh-tw/site.json index 49c50cd389dd8..d7840354c6293 100644 --- a/locale/zh-tw/site.json +++ b/locale/zh-tw/site.json @@ -1,6 +1,6 @@ { "title": "Node.js", - "editOnGithub":"在 GitHub 中直接編輯", + "editOnGithub":"在 GitHub 上編輯", "author": "Node.js 基金會", "url": "https://nodejs.org/zh-tw/", "locale": "zh-tw",