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.
This commit is contained in:
parent
7c17e2304b
commit
b616b97299
|
@ -20,7 +20,7 @@
|
|||
|
||||
var all_languages = {
|
||||
'en': 'English',
|
||||
'fr': 'Français',
|
||||
'fr': 'French',
|
||||
'ja': 'Japanese',
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue