]> granicus.if.org Git - python/commitdiff
bpo-33378: Add Korean to the language switcher. (GH-6627)
authorDong-hee Na <donghee.na92@gmail.com>
Sat, 28 Apr 2018 20:08:22 +0000 (05:08 +0900)
committerJulien Palard <julien@palard.fr>
Sat, 28 Apr 2018 20:08:22 +0000 (22:08 +0200)
Doc/tools/static/switchers.js
Misc/NEWS.d/next/Documentation/2018-04-29-04-02-18.bpo-33378.-anAHN.rst [new file with mode: 0644]

index 8e0c5ea0092a9fe53e1bdbb22f045b073ddaf91e..3dea08e523bfc5c591318dd586383d7e8b906bea 100644 (file)
@@ -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 (file)
index 0000000..43214d1
--- /dev/null
@@ -0,0 +1 @@
+Add Korean language switcher for https://docs.python.org/3/