Skip to content

Commit

Permalink
bpo-33378: Add Korean to the language switcher. (GH-6627)
Browse files Browse the repository at this point in the history
(cherry picked from commit 5779483)

Co-authored-by: Dong-hee Na <[email protected]>
  • Loading branch information
miss-islington and corona10 authored May 1, 2018
1 parent a607f8b commit dc5c92f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Doc/tools/static/switchers.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
'en': 'English',
'fr': 'French',
'ja': 'Japanese',
'ko': 'Korean',
};

function build_version_select(current_version, current_release) {
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Add Korean language switcher for https://docs.python.org/3/

0 comments on commit dc5c92f

Please sign in to comment.