summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorJulien Palard <julien@palard.fr>2017-08-17 14:24:02 (GMT)
committerMariatta <Mariatta@users.noreply.github.com>2017-08-17 14:24:02 (GMT)
commitb616b972999cdd5fe54ef8a43c131a27ca538dee (patch)
treec168d6e137916b82818e0b94760079f06d813213 /Doc
parent7c17e2304b9387f321c813516bf134e4f0bd332a (diff)
downloadcpython-b616b972999cdd5fe54ef8a43c131a27ca538dee.zip
cpython-b616b972999cdd5fe54ef8a43c131a27ca538dee.tar.gz
cpython-b616b972999cdd5fe54ef8a43c131a27ca538dee.tar.bz2
Update the language selection in the docs language switch. (GH-3114)
Change the option for `Français` into `French` to be consistent with the other language selections that are already in English.
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',
};