[Python-checkins] bpo-38592 Add pt-br switcher to Python Docs website (GH-16924)

Julien Palard webhook-mailer at python.org
Sun Oct 27 04:30:16 EDT 2019


https://github.com/python/cpython/commit/85c6f8c65cd4f7219522c1f304bdfff19f785e7a
commit: 85c6f8c65cd4f7219522c1f304bdfff19f785e7a
branch: master
author: Marco Rougeth <marco at rougeth.com>
committer: Julien Palard <julien at palard.fr>
date: 2019-10-27T09:30:12+01:00
summary:

bpo-38592 Add pt-br switcher to Python Docs website (GH-16924)



* 📜🤖 Added by blurb_it.

files:
A Misc/NEWS.d/next/Documentation/2019-10-26-13-19-07.bpo-38592.Y96BYO.rst
M Doc/tools/static/switchers.js

diff --git a/Doc/tools/static/switchers.js b/Doc/tools/static/switchers.js
index ef6f473452065..e1ef91a8dfc68 100644
--- a/Doc/tools/static/switchers.js
+++ b/Doc/tools/static/switchers.js
@@ -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
index 0000000000000..3752d48a7cb4f
--- /dev/null
+++ b/Misc/NEWS.d/next/Documentation/2019-10-26-13-19-07.bpo-38592.Y96BYO.rst
@@ -0,0 +1 @@
+Add Brazilian Portuguese to the language switcher at Python Documentation website.
\ No newline at end of file



More information about the Python-checkins mailing list