From 548a4772e6cd1d2ce95de83072150cae62d3f279 Mon Sep 17 00:00:00 2001 From: labdhiongit7 Date: Fri, 5 Jun 2026 11:17:09 +0530 Subject: [PATCH 1/2] =?UTF-8?q?fix:=20restore=20correct=20Chinese=20transl?= =?UTF-8?q?ation=20of=20Supporters=20(=E6=94=AF=E6=8C=81=E8=80=85)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: labdhiongit7 --- i18n/zh-Hans/code.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/i18n/zh-Hans/code.json b/i18n/zh-Hans/code.json index 9d4e1e9f..90f7af91 100644 --- a/i18n/zh-Hans/code.json +++ b/i18n/zh-Hans/code.json @@ -108,7 +108,7 @@ "message": "PaddlePaddle是一个由百度发起的工业实践衍生的开源深度学习平台." }, "Supporters": { - "message": "合作伙伴" + "message": "支持者" }, "theme.ErrorPageContent.title": { "message": "页面已崩溃。", From 64da7cb5d09f846700b88b0e028b2e6f6cb60123 Mon Sep 17 00:00:00 2001 From: labdhiongit7 Date: Mon, 8 Jun 2026 17:24:59 +0530 Subject: [PATCH 2/2] change Supporters to Cooperaters Signed-off-by: labdhiongit7 --- i18n/zh-Hans/code.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/i18n/zh-Hans/code.json b/i18n/zh-Hans/code.json index 90f7af91..ca7e52bd 100644 --- a/i18n/zh-Hans/code.json +++ b/i18n/zh-Hans/code.json @@ -107,8 +107,8 @@ "PaddlePaddle is an open source deep learning platform derived from industrial practice initiated by Baidu.": { "message": "PaddlePaddle是一个由百度发起的工业实践衍生的开源深度学习平台." }, - "Supporters": { - "message": "支持者" + "Cooperators": { + "message": "合作伙伴" }, "theme.ErrorPageContent.title": { "message": "页面已崩溃。",