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 b616b97299)
This commit is contained in:
Julien Palard 2017-08-17 16:37:56 +02:00 committed by Victor Stinner
parent 883520a846
commit 3cc46bb3ed
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@
var all_languages = {
'en': 'English',
'fr': 'Français',
'fr': 'French',
'ja': 'Japanese',
};