From afe88c007839530efb13b13e8e57d91911fed838 Mon Sep 17 00:00:00 2001 From: Fomafix Date: Wed, 16 May 2018 20:10:05 +0200 Subject: [PATCH] Names.php: Remove U+200E after autonym of language 'lki' The LEFT-TO-RIGHT MARK (U+200E) after the RTL autonym of the language 'lki' was inserted in 04fcd20c. The LRM causes wrong parentheses on mixed bidi sequences on Google Chrome: ({{#language:lki}}) Foo Change-Id: I9db84938e2b2142a3cb61955dfcbda790e6bbc5f --- languages/data/Names.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/languages/data/Names.php b/languages/data/Names.php index 99432123e6..40c9f65186 100644 --- a/languages/data/Names.php +++ b/languages/data/Names.php @@ -271,7 +271,7 @@ class Names { 'li' => 'Limburgs', # Limburgian 'lij' => 'Ligure', # Ligurian 'liv' => 'Līvõ kēļ', # Livonian - 'lki' => 'لەکی‎', # Laki + 'lki' => 'لەکی', # Laki 'lmo' => 'lumbaart', # Lombard 'ln' => 'lingála', # Lingala 'lo' => 'ລາວ', # Laotian -- 2.20.1