[Python-checkins] bpo-33378: Add Korean to the language switcher. (GH-6627)

Miss Islington (bot) webhook-mailer at python.org
Sat Apr 28 16:23:48 EDT 2018


https://github.com/python/cpython/commit/1487c37e7e85e7221adc3030f0f7de023cc99ced
commit: 1487c37e7e85e7221adc3030f0f7de023cc99ced
branch: 3.7
author: Miss Islington (bot) <31488909+miss-islington at users.noreply.github.com>
committer: GitHub <noreply at github.com>
date: 2018-04-28T13:23:45-07:00
summary:

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

(cherry picked from commit 577948329976985ea9bef23d9a6c3dd7108211bf)

Co-authored-by: Dong-hee Na <donghee.na92 at gmail.com>

files:
A Misc/NEWS.d/next/Documentation/2018-04-29-04-02-18.bpo-33378.-anAHN.rst
M Doc/tools/static/switchers.js

diff --git a/Doc/tools/static/switchers.js b/Doc/tools/static/switchers.js
index 8e0c5ea0092a..3dea08e523bf 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 000000000000..43214d10b7c5
--- /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/



More information about the Python-checkins mailing list