mirror of
https://github.com/python/cpython.git
synced 2025-09-29 11:45:57 +00:00
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 b616b97299
)
This commit is contained in:
parent
ffbb6f7334
commit
fcecb0e365
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@
|
|||
|
||||
var all_languages = {
|
||||
'en': 'English',
|
||||
'fr': 'Français',
|
||||
'fr': 'French',
|
||||
'ja': 'Japanese',
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue