diff options
author | Dong-hee Na <donghee.na92@gmail.com> | 2018-04-28 20:08:22 (GMT) |
---|---|---|
committer | Julien Palard <julien@palard.fr> | 2018-04-28 20:08:22 (GMT) |
commit | 577948329976985ea9bef23d9a6c3dd7108211bf (patch) | |
tree | 24e3f2cd7f98fd78b9ae6926ae30f236b1552659 | |
parent | e022bbc169ca1428dc3017187012de17ce6e0bc7 (diff) | |
download | cpython-577948329976985ea9bef23d9a6c3dd7108211bf.zip cpython-577948329976985ea9bef23d9a6c3dd7108211bf.tar.gz cpython-577948329976985ea9bef23d9a6c3dd7108211bf.tar.bz2 |
bpo-33378: Add Korean to the language switcher. (GH-6627)
-rw-r--r-- | Doc/tools/static/switchers.js | 1 | ||||
-rw-r--r-- | Misc/NEWS.d/next/Documentation/2018-04-29-04-02-18.bpo-33378.-anAHN.rst | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/Doc/tools/static/switchers.js b/Doc/tools/static/switchers.js index 8e0c5ea..3dea08e 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) { diff --git a/Misc/NEWS.d/next/Documentation/2018-04-29-04-02-18.bpo-33378.-anAHN.rst b/Misc/NEWS.d/next/Documentation/2018-04-29-04-02-18.bpo-33378.-anAHN.rst new file mode 100644 index 0000000..43214d1 --- /dev/null +++ b/Misc/NEWS.d/next/Documentation/2018-04-29-04-02-18.bpo-33378.-anAHN.rst @@ -0,0 +1 @@ +Add Korean language switcher for https://docs.python.org/3/ |