diff options
author | zhsj <zsj950618@gmail.com> | 2019-03-28 15:32:25 (GMT) |
---|---|---|
committer | Julien Palard <julien@palard.fr> | 2019-03-28 15:32:25 (GMT) |
commit | 45a5fdb91cee665161a8b1980bb4e6ccb999f58f (patch) | |
tree | 6fc6250b526e6e8a694dce92af606bd4945c940a /Misc | |
parent | 3eca28c61363a03b81b9fb12775490d6e42d8ecf (diff) | |
download | cpython-45a5fdb91cee665161a8b1980bb4e6ccb999f58f.zip cpython-45a5fdb91cee665161a8b1980bb4e6ccb999f58f.tar.gz cpython-45a5fdb91cee665161a8b1980bb4e6ccb999f58f.tar.bz2 |
bpo-36425: Add Simplified Chinese to the language switcher (GH-12537)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Documentation/2019-03-27-22-46-00.bpo-36425.kG9gx1.rst | 2 |
1 files changed, 2 insertions, 0 deletions
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 index 0000000..12bd833 --- /dev/null +++ b/Misc/NEWS.d/next/Documentation/2019-03-27-22-46-00.bpo-36425.kG9gx1.rst @@ -0,0 +1,2 @@ +New documentation translation: `Simplified Chinese +<https://docs.python.org/zh-cn/>`_. |