diff options
author | Dong-hee Na <donghee.na92@gmail.com> | 2018-04-29 05:08:22 +0900 |
---|---|---|
committer | Julien Palard <julien@palard.fr> | 2018-04-28 22:08:22 +0200 |
commit | 577948329976985ea9bef23d9a6c3dd7108211bf (patch) | |
tree | 24e3f2cd7f98fd78b9ae6926ae30f236b1552659 /Doc | |
parent | Change "non-local state" to "content-local state". (GH-6617) (diff) | |
download | cpython-577948329976985ea9bef23d9a6c3dd7108211bf.tar.gz cpython-577948329976985ea9bef23d9a6c3dd7108211bf.tar.bz2 cpython-577948329976985ea9bef23d9a6c3dd7108211bf.zip |
bpo-33378: Add Korean to the language switcher. (GH-6627)
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/tools/static/switchers.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Doc/tools/static/switchers.js b/Doc/tools/static/switchers.js index 8e0c5ea0092..3dea08e523b 100644 --- a/Doc/tools/static/switchers.js +++ b/Doc/tools/static/switchers.js @@ -21,6 +21,7 @@ 'en': 'English', 'fr': 'French', 'ja': 'Japanese', + 'ko': 'Korean', }; function build_version_select(current_version, current_release) { |