diff options
author | Julien Palard <julien@palard.fr> | 2017-08-17 14:37:56 (GMT) |
---|---|---|
committer | Victor Stinner <victor.stinner@gmail.com> | 2017-08-17 14:37:56 (GMT) |
commit | 3cc46bb3ed8005b1d9b74bcb08a9c01b99e84c63 (patch) | |
tree | 2a659c58b4bf147f245ec111386e7a8d8300e56e | |
parent | 883520a846d87f01a14636978cfa9cee1ecc07c1 (diff) | |
download | cpython-3cc46bb3ed8005b1d9b74bcb08a9c01b99e84c63.zip cpython-3cc46bb3ed8005b1d9b74bcb08a9c01b99e84c63.tar.gz cpython-3cc46bb3ed8005b1d9b74bcb08a9c01b99e84c63.tar.bz2 |
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 b616b972999cdd5fe54ef8a43c131a27ca538dee)
-rw-r--r-- | Doc/tools/static/switchers.js | 2 |
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', }; |