Skip to content

Commit 45a5fdb

Browse files
zhsjJulienPalard
authored andcommitted
bpo-36425: Add Simplified Chinese to the language switcher (pythonGH-12537)
1 parent 3eca28c commit 45a5fdb

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

Doc/tools/static/switchers.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
'fr': 'French',
2323
'ja': 'Japanese',
2424
'ko': 'Korean',
25+
'zh-cn': 'Simplified Chinese',
2526
};
2627

2728
function build_version_select(current_version, current_release) {
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
New documentation translation: `Simplified Chinese
2+
<https://docs.python.org/zh-cn/>`_.

0 commit comments

Comments
 (0)