summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorJulien Palard <julien@palard.fr>2017-08-17 14:37:00 (GMT)
committerVictor Stinner <victor.stinner@gmail.com>2017-08-17 14:37:00 (GMT)
commitfcecb0e365c35fb0e8410609d78881289bee7c26 (patch)
tree7ef2b077894805203df3a0d6823b7f04360de84d /Doc
parentffbb6f7334ccf54f09dcc9e760766d861928f13e (diff)
downloadcpython-fcecb0e365c35fb0e8410609d78881289bee7c26.zip
cpython-fcecb0e365c35fb0e8410609d78881289bee7c26.tar.gz
cpython-fcecb0e365c35fb0e8410609d78881289bee7c26.tar.bz2
Update the language selection in the docs language switch. (GH-3114) (#3115)
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)
Diffstat (limited to 'Doc')
-rw-r--r--Doc/tools/static/switchers.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/tools/static/switchers.js b/Doc/tools/static/switchers.js
index ff23202..bd31fac 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',
};