Niharika29 has submitted this change and it was merged. ( https://gerrit.wikimedia.org/r/366295 )
Change subject: IcuCollation: Fix diacritic characters for Romanian (ro) headings ...................................................................... IcuCollation: Fix diacritic characters for Romanian (ro) headings They should be Ș, Ț (comma-below) and instead they were cedilla-below (Ş, Ţ). Change-Id: I6dc873c3ce93bca3e425439f70d0fb30aecc9533 (cherry picked from commit 486f64f28302ecceed04977180fd21470cb54c81) --- M includes/collation/IcuCollation.php 1 file changed, 1 insertion(+), 1 deletion(-) Approvals: Niharika29: Looks good to me, approved jenkins-bot: Verified diff --git a/includes/collation/IcuCollation.php b/includes/collation/IcuCollation.php index e0eb1c1..84f7188 100644 --- a/includes/collation/IcuCollation.php +++ b/includes/collation/IcuCollation.php @@ -196,7 +196,7 @@ 'pl' => [ "Ą", "Ć", "Ę", "Ł", "Ń", "Ó", "Ś", "Ź", "Ż" ], 'pt' => [], 'rm' => [], // not in libicu - 'ro' => [ "Ă", "Â", "Î", "Ş", "Ţ" ], + 'ro' => [ "Ă", "Â", "Î", "Ș", "Ț" ], 'ru' => [], 'rup' => [ "Ă", "Â", "Î", "Ľ", "Ń", "Ş", "Ţ" ], // not in libicu 'sco' => [], -- To view, visit https://gerrit.wikimedia.org/r/366295 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I6dc873c3ce93bca3e425439f70d0fb30aecc9533 Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/core Gerrit-Branch: wmf/1.30.0-wmf.9 Gerrit-Owner: Bartosz Dziewoński <matma....@gmail.com> Gerrit-Reviewer: Niharika29 <nko...@wikimedia.org> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ MediaWiki-commits mailing list MediaWiki-commits@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits