[Python-checkins] Add pt-br switcher to the Documentation website (GH-20301)

Rafael Fontenelle webhook-mailer at python.org
Sat May 23 04:00:23 EDT 2020


https://github.com/python/cpython/commit/763b193c96bf07a83a991985028e9ef272931b2d
commit: 763b193c96bf07a83a991985028e9ef272931b2d
branch: 3.6
author: Rafael Fontenelle <rffontenelle at users.noreply.github.com>
committer: GitHub <noreply at github.com>
date: 2020-05-23T04:00:10-04:00
summary:

Add pt-br switcher to the Documentation website (GH-20301)

files:
M Doc/tools/static/switchers.js

diff --git a/Doc/tools/static/switchers.js b/Doc/tools/static/switchers.js
index 9eb8ec8809aea..3b6de6f3d90fd 100644
--- a/Doc/tools/static/switchers.js
+++ b/Doc/tools/static/switchers.js
@@ -24,6 +24,7 @@
       'fr': 'French',
       'ja': 'Japanese',
       'ko': 'Korean',
+      'pt-br': 'Brazilian Portuguese',
   };
 
   function build_version_select(current_version, current_release) {



More information about the Python-checkins mailing list