]> granicus.if.org Git - python/commitdiff
Update the language selection in the docs language switch. (GH-3114) (#3115)
authorJulien Palard <julien@palard.fr>
Thu, 17 Aug 2017 14:37:00 +0000 (16:37 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Thu, 17 Aug 2017 14:37:00 +0000 (16:37 +0200)
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)

Doc/tools/static/switchers.js

index ff23202a5e0fd70c36fc77d3e4f759508fc29d13..bd31faca4c60589c7856b60101d8e41b5d479c40 100644 (file)
@@ -20,7 +20,7 @@
 
   var all_languages = {
       'en': 'English',
-      'fr': 'Français',
+      'fr': 'French',
       'ja': 'Japanese',
   };