bpo-36425: Add Simplified Chinese to the language switcher (GH-12537)
This commit is contained in:
parent
3eca28c613
commit
45a5fdb91c
|
@ -22,6 +22,7 @@
|
|||
'fr': 'French',
|
||||
'ja': 'Japanese',
|
||||
'ko': 'Korean',
|
||||
'zh-cn': 'Simplified Chinese',
|
||||
};
|
||||
|
||||
function build_version_select(current_version, current_release) {
|
||||
|
|
|
@ -0,0 +1,2 @@
|
|||
New documentation translation: `Simplified Chinese
|
||||
<https://docs.python.org/zh-cn/>`_.
|
Loading…
Reference in New Issue