Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 1487c37

Browse filesBrowse 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
Copy full SHA for 1487c37

File tree

Expand file treeCollapse file tree

2 files changed

+2
-0
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+2
-0
lines changed

‎Doc/tools/static/switchers.js

Copy file name to clipboardExpand all lines: Doc/tools/static/switchers.js
+1Lines 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) {
+1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.