mirror of
https://github.com/python/cpython.git
synced 2025-12-15 21:44:50 +00:00
bpo-33378: Add Korean to the language switcher. (GH-6627)
This commit is contained in:
parent
e022bbc169
commit
5779483299
2 changed files with 2 additions and 0 deletions
|
|
@ -21,6 +21,7 @@
|
|||
'en': 'English',
|
||||
'fr': 'French',
|
||||
'ja': 'Japanese',
|
||||
'ko': 'Korean',
|
||||
};
|
||||
|
||||
function build_version_select(current_version, current_release) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue