]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
bpo-38592 Add pt-br switcher to Python Docs website (GH-16924) (GH-16954)
authorMiss Skeleton (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 27 Oct 2019 10:13:10 +0000 (03:13 -0700)
committerJulien Palard <julien@palard.fr>
Sun, 27 Oct 2019 10:13:10 +0000 (11:13 +0100)
(cherry picked from commit 85c6f8c65cd4f7219522c1f304bdfff19f785e7a)

Co-authored-by: Marco Rougeth <marco@rougeth.com>
Doc/tools/static/switchers.js
Misc/NEWS.d/next/Documentation/2019-10-26-13-19-07.bpo-38592.Y96BYO.rst [new file with mode: 0644]

index ef6f4734520650458b5bd19cc83e1fdc3254f3ca..e1ef91a8dfc686767adac6dd05028355dcd2178c 100644 (file)
@@ -23,6 +23,7 @@
       'fr': 'French',
       'ja': 'Japanese',
       'ko': 'Korean',
+      'pt-br': 'Brazilian Portuguese',
       'zh-cn': 'Simplified Chinese',
   };
 
diff --git a/Misc/NEWS.d/next/Documentation/2019-10-26-13-19-07.bpo-38592.Y96BYO.rst b/Misc/NEWS.d/next/Documentation/2019-10-26-13-19-07.bpo-38592.Y96BYO.rst
new file mode 100644 (file)
index 0000000..3752d48
--- /dev/null
@@ -0,0 +1 @@
+Add Brazilian Portuguese to the language switcher at Python Documentation website.
\ No newline at end of file