Skip to content

Commit

Permalink
bpo-36425: Add Simplified Chinese to the language switcher (GH-12537)
Browse files Browse the repository at this point in the history
(cherry picked from commit 45a5fdb)

Co-authored-by: zhsj <zsj950618@gmail.com>
  • Loading branch information
miss-islington and zhsj committed Mar 28, 2019
1 parent 6fd3c85 commit 1d9f1a0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions Doc/tools/static/switchers.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
'fr': 'French',
'ja': 'Japanese',
'ko': 'Korean',
'zh-cn': 'Simplified Chinese',
};

function build_version_select(current_version, current_release) {
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
New documentation translation: `Simplified Chinese
<https://docs.python.org/zh-cn/>`_.

0 comments on commit 1d9f1a0

Please sign in to comment.