From 211ac05af70a347cd28f24b8d49873198b57dac6 Mon Sep 17 00:00:00 2001 From: un-pogaz <46523284+un-pogaz@users.noreply.github.com> Date: Wed, 7 Sep 2022 00:07:32 +0200 Subject: [PATCH] Incorrect value in title_sort_articles['fra'] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit per_language_title_sort_articles['fra'] contained an invalid value that caused L’ to be duplicated, but D’ is missing --- resources/default_tweaks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/default_tweaks.py b/resources/default_tweaks.py index 68846f1122..b7c02dbea7 100644 --- a/resources/default_tweaks.py +++ b/resources/default_tweaks.py @@ -222,7 +222,7 @@ per_language_title_sort_articles = { r'Una\s+', r'Unos\s+', r'Unas\s+'), # French 'fra' : (r'Le\s+', r'La\s+', r"L'", u'L´', u'L’', r'Les\s+', r'Un\s+', r'Une\s+', - r'Des\s+', r'De\s+La\s+', r'De\s+', r"D'", u'D´', u'L’'), + r'Des\s+', r'De\s+La\s+', r'De\s+', r"D'", r'D´', r'D’'), # Polish 'pol': (), # Italian