Skip to content

Commit 1487c37

Browse files
bpo-33378: Add Korean to the language switcher. (GH-6627)
(cherry picked from commit 5779483) Co-authored-by: Dong-hee Na <donghee.na92@gmail.com>
1 parent b94d739 commit 1487c37

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Doc/tools/static/switchers.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
'en': 'English',
2222
'fr': 'French',
2323
'ja': 'Japanese',
24+
'ko': 'Korean',
2425
};
2526

2627
function build_version_select(current_version, current_release) {
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Add Korean language switcher for https://docs.python.org/3/

0 commit comments

Comments
 (0)