From 7e974c8c42b219b98850120e18f30121bd2de462 Mon Sep 17 00:00:00 2001 From: Fomafix Date: Wed, 21 Mar 2018 20:11:05 +0100 Subject: [PATCH] Names.php: Add missing LTR markers after closing parentheses Currently some language autonyms with parentheses have misaligned parentheses on RTL environment on some browser. To reproduce open index.php?title=Special:Preferences&uselang=en-rtl Google Chrome is affected. Mozilla Firefox is not affected. This changes fixes this problem like at the other autonyms with parentheses. Change-Id: Ie01116821b067017434681ea995e97ada8ff0a6d --- languages/data/Names.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/languages/data/Names.php b/languages/data/Names.php index d267eeb0e8..99432123e6 100644 --- a/languages/data/Names.php +++ b/languages/data/Names.php @@ -149,7 +149,7 @@ class Names { 'en-gb' => 'British English', # British English 'eo' => 'Esperanto', # Esperanto 'es' => 'español', # Spanish - 'es-formal' => 'español (formal)', # Spanish formal address + 'es-formal' => "español (formal)\xE2\x80\x8E", # Spanish formal address 'et' => 'eesti', # Estonian 'eu' => 'euskara', # Basque 'ext' => 'estremeñu', # Extremaduran @@ -199,7 +199,7 @@ class Names { 'hsb' => 'hornjoserbsce', # Upper Sorbian 'ht' => 'Kreyòl ayisyen', # Haitian Creole French 'hu' => 'magyar', # Hungarian - 'hu-formal' => 'magyar (formal)', # Hungarian formal address + 'hu-formal' => "magyar (formal)\xE2\x80\x8E", # Hungarian formal address 'hy' => 'Հայերեն', # Armenian 'hz' => 'Otsiherero', # Herero 'ia' => 'interlingua', # Interlingua (IALA) -- 2.20.1