From: Julien Palard Date: Thu, 17 Aug 2017 14:37:56 +0000 (+0200) Subject: Update the language selection in the docs language switch. (GH-3114) (#3117) X-Git-Tag: v2.7.14rc1~12 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3cc46bb3ed8005b1d9b74bcb08a9c01b99e84c63;p=python Update the language selection in the docs language switch. (GH-3114) (#3117) Change the option for `Français` into `French` to be consistent with the other language selections that are already in English. (cherry picked from commit b616b972999cdd5fe54ef8a43c131a27ca538dee) --- diff --git a/Doc/tools/static/switchers.js b/Doc/tools/static/switchers.js index ff23202a5e..bd31faca4c 100644 --- a/Doc/tools/static/switchers.js +++ b/Doc/tools/static/switchers.js @@ -20,7 +20,7 @@ var all_languages = { 'en': 'English', - 'fr': 'Français', + 'fr': 'French', 'ja': 'Japanese', };