From 842d5f67c8137c517c7141272618c0036d96c3bd Mon Sep 17 00:00:00 2001 From: Shengjing Zhu Date: Tue, 26 Mar 2019 01:30:15 +0800 Subject: [PATCH 1/2] bpo-36425: Add Simplified Chinese to the language switcher --- Doc/tools/static/switchers.js | 1 + 1 file changed, 1 insertion(+) diff --git a/Doc/tools/static/switchers.js b/Doc/tools/static/switchers.js index 20dad93d6a5edf..346b31494e60f9 100644 --- a/Doc/tools/static/switchers.js +++ b/Doc/tools/static/switchers.js @@ -22,6 +22,7 @@ 'fr': 'French', 'ja': 'Japanese', 'ko': 'Korean', + 'zh-cn': 'Simplified Chinese', }; function build_version_select(current_version, current_release) { From 134c704b57cd628ca8e49cf33c5602283eedc9c3 Mon Sep 17 00:00:00 2001 From: Shengjing Zhu Date: Wed, 27 Mar 2019 22:46:38 +0800 Subject: [PATCH 2/2] Add NEWS entry --- .../next/Documentation/2019-03-27-22-46-00.bpo-36425.kG9gx1.rst | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 Misc/NEWS.d/next/Documentation/2019-03-27-22-46-00.bpo-36425.kG9gx1.rst diff --git a/Misc/NEWS.d/next/Documentation/2019-03-27-22-46-00.bpo-36425.kG9gx1.rst b/Misc/NEWS.d/next/Documentation/2019-03-27-22-46-00.bpo-36425.kG9gx1.rst new file mode 100644 index 00000000000000..12bd833a88b553 --- /dev/null +++ b/Misc/NEWS.d/next/Documentation/2019-03-27-22-46-00.bpo-36425.kG9gx1.rst @@ -0,0 +1,2 @@ +New documentation translation: `Simplified Chinese +`_.