Skip to content

Commit 5779483

Browse files
corona10JulienPalard
authored andcommitted
bpo-33378: Add Korean to the language switcher. (GH-6627)
1 parent e022bbc commit 5779483

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)