]> granicus.if.org Git - python/commitdiff
bpo-38592 Add pt-br switcher to Python Docs website (GH-16924) master
authorMarco Rougeth <marco@rougeth.com>
Sun, 27 Oct 2019 08:30:12 +0000 (05:30 -0300)
committerJulien Palard <julien@palard.fr>
Sun, 27 Oct 2019 08:30:12 +0000 (09:30 +0100)
* ðŸ“œðŸ¤– Added by blurb_it.

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',
       'fr': 'French',
       'ja': 'Japanese',
       'ko': 'Korean',
+      'pt-br': 'Brazilian Portuguese',
       'zh-cn': 'Simplified Chinese',
   };
 
       '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