diff options
| -rw-r--r-- | Doc/tools/static/switchers.js | 1 | ||||
| -rw-r--r-- | Misc/NEWS.d/next/Documentation/2019-03-27-22-46-00.bpo-36425.kG9gx1.rst | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/Doc/tools/static/switchers.js b/Doc/tools/static/switchers.js index 20dad93..346b314 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) { 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 0000000..12bd833 --- /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 +<https://docs.python.org/zh-cn/>`_. |
