From cba665dad216251ae7b2c62680f2c8085fb6b8bd Mon Sep 17 00:00:00 2001 From: Manuel Kaufmann Date: Sat, 11 Jul 2020 13:27:02 +0200 Subject: [PATCH] Add the Spanish translation to language switch Spanish language switcher for Python documentation. --- 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 c51f178ce645c0..b53824546b3d0e 100644 --- a/Doc/tools/static/switchers.js +++ b/Doc/tools/static/switchers.js @@ -21,6 +21,7 @@ var all_languages = { 'en': 'English', + 'es': 'Spanish', 'fr': 'French', 'ja': 'Japanese', 'ko': 'Korean',