From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Tue, 1 May 2018 09:47:17 +0000 (-0700) Subject: bpo-33378: Add Korean to the language switcher. (GH-6627) X-Git-Tag: v3.6.6rc1~156 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=dc5c92fcb2aafd7f133f9f6986d8d05ac6e5160f;p=python bpo-33378: Add Korean to the language switcher. (GH-6627) (cherry picked from commit 577948329976985ea9bef23d9a6c3dd7108211bf) Co-authored-by: Dong-hee Na --- diff --git a/Doc/tools/static/switchers.js b/Doc/tools/static/switchers.js index 8e0c5ea009..3dea08e523 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 0000000000..43214d10b7 --- /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/