bpo-33378: Add Korean to the language switcher. (GH-6627)

(cherry picked from commit 5779483299)

Co-authored-by: Dong-hee Na <donghee.na92@gmail.com>
This commit is contained in:
Miss Islington (bot) 2018-05-01 02:47:17 -07:00 committed by GitHub
parent a607f8b998
commit dc5c92fcb2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -21,6 +21,7 @@
'en': 'English',
'fr': 'French',
'ja': 'Japanese',
'ko': 'Korean',
};
function build_version_select(current_version, current_release) {

View File

@ -0,0 +1 @@
Add Korean language switcher for https://docs.python.org/3/