commit | b616b972999cdd5fe54ef8a43c131a27ca538dee | [log] [tgz] |
---|---|---|
author | Julien Palard <julien@palard.fr> | Thu Aug 17 16:24:02 2017 +0200 |
committer | Mariatta <Mariatta@users.noreply.github.com> | Thu Aug 17 07:24:02 2017 -0700 |
tree | c168d6e137916b82818e0b94760079f06d813213 | |
parent | 7c17e2304b9387f321c813516bf134e4f0bd332a [diff] [blame] |
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.
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', };