From 763b193c96bf07a83a991985028e9ef272931b2d Mon Sep 17 00:00:00 2001 From: Rafael Fontenelle Date: Sat, 23 May 2020 05:00:10 -0300 Subject: Add pt-br switcher to the Documentation website (GH-20301) --- Doc/tools/static/switchers.js | 1 + 1 file changed, 1 insertion(+) diff --git a/Doc/tools/static/switchers.js b/Doc/tools/static/switchers.js index 9eb8ec8809a..3b6de6f3d90 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) { -- cgit v1.2.3-65-gdbad