Skip to content

Commit b616b97

Browse files
JulienPalardMariatta
authored andcommitted
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.
1 parent 7c17e23 commit b616b97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/tools/static/switchers.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
var all_languages = {
2222
'en': 'English',
23-
'fr': 'Français',
23+
'fr': 'French',
2424
'ja': 'Japanese',
2525
};
2626

0 commit comments

Comments
 (0)