From b616b972999cdd5fe54ef8a43c131a27ca538dee Mon Sep 17 00:00:00 2001 From: Julien Palard Date: Thu, 17 Aug 2017 16:24:02 +0200 Subject: [PATCH] Update the language selection in the docs language switch. (GH-3114) MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Change the option for `Français` into `French` to be consistent with the other language selections that are already in English. --- Doc/tools/static/switchers.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/tools/static/switchers.js b/Doc/tools/static/switchers.js index ff23202a5e..bd31faca4c 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', }; -- 2.40.0