bpo-33378: Add Korean to the language switcher. (GH-6627) · python/cpython@1487c37 (original) (raw)

Skip to content

Provide feedback

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Commit 1487c37

miss-islingtoncorona10

and

authored

(cherry picked from commit 5779483) Co-authored-by: Dong-hee Na donghee.na92@gmail.com

File tree

2 files changed

lines changed

2 files changed

lines changed

Lines changed: 1 addition & 0 deletions

Original file line number Diff line number Diff line change
@@ -21,6 +21,7 @@
21 21 'en': 'English',
22 22 'fr': 'French',
23 23 'ja': 'Japanese',
24 +'ko': 'Korean',
24 25 };
25 26
26 27 function build_version_select(current_version, current_release) {

Lines changed: 1 addition & 0 deletions

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
1 +Add Korean language switcher for https://docs.python.org/3/