bpo-33378: Add Korean to the language switcher. (GH-6627)
(cherry picked from commit 5779483299
)
Co-authored-by: Dong-hee Na <donghee.na92@gmail.com>
This commit is contained in:
parent
b94d7396b6
commit
1487c37e7e
|
@ -21,6 +21,7 @@
|
|||
'en': 'English',
|
||||
'fr': 'French',
|
||||
'ja': 'Japanese',
|
||||
'ko': 'Korean',
|
||||
};
|
||||
|
||||
function build_version_select(current_version, current_release) {
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
Add Korean language switcher for https://docs.python.org/3/
|
Loading…
Reference in New Issue