mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
bpo-36425: Add Simplified Chinese to the language switcher (GH-12537)
This commit is contained in:
parent
3eca28c613
commit
45a5fdb91c
2 changed files with 3 additions and 0 deletions
|
@ -22,6 +22,7 @@
|
|||
'fr': 'French',
|
||||
'ja': 'Japanese',
|
||||
'ko': 'Korean',
|
||||
'zh-cn': 'Simplified Chinese',
|
||||
};
|
||||
|
||||
function build_version_select(current_version, current_release) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue