]> granicus.if.org Git - python/commitdiff
bpo-36425: Add Simplified Chinese to the language switcher (GH-12537)
authorzhsj <zsj950618@gmail.com>
Thu, 28 Mar 2019 15:32:25 +0000 (23:32 +0800)
committerJulien Palard <julien@palard.fr>
Thu, 28 Mar 2019 15:32:25 +0000 (16:32 +0100)
Doc/tools/static/switchers.js
Misc/NEWS.d/next/Documentation/2019-03-27-22-46-00.bpo-36425.kG9gx1.rst [new file with mode: 0644]

index 20dad93d6a5edf46058f1d6dfbca77bcfc66c4e3..346b31494e60f9c9b4feda5787aada66c417392f 100644 (file)
@@ -22,6 +22,7 @@
       'fr': 'French',
       'ja': 'Japanese',
       'ko': 'Korean',
+      'zh-cn': 'Simplified Chinese',
   };
 
   function build_version_select(current_version, current_release) {
diff --git a/Misc/NEWS.d/next/Documentation/2019-03-27-22-46-00.bpo-36425.kG9gx1.rst b/Misc/NEWS.d/next/Documentation/2019-03-27-22-46-00.bpo-36425.kG9gx1.rst
new file mode 100644 (file)
index 0000000..12bd833
--- /dev/null
@@ -0,0 +1,2 @@
+New documentation translation: `Simplified Chinese
+<https://docs.python.org/zh-cn/>`_.