From 1cd4c5fcf12ba31f82374cfa850819cf2af4f57d Mon Sep 17 00:00:00 2001 From: jhsoby Date: Wed, 8 Aug 2018 01:43:53 +0200 Subject: [PATCH] Fix comma in Tajik Cyrillic dates MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Changed from Arabic comma (،) to Latin comma (,). Bug: T200367 Change-Id: I07eeb83f59c2068b9c8a9906b7567d162ccd1504 --- languages/messages/MessagesTg_cyrl.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/languages/messages/MessagesTg_cyrl.php b/languages/messages/MessagesTg_cyrl.php index bd107f54cb..59706d5ff8 100644 --- a/languages/messages/MessagesTg_cyrl.php +++ b/languages/messages/MessagesTg_cyrl.php @@ -55,11 +55,11 @@ $datePreferenceMigrationMap = [ $dateFormats = [ 'dmy time' => 'H:i', 'dmy date' => 'j xg Y', - 'dmy both' => 'H:i، j xg Y', + 'dmy both' => 'H:i, j xg Y', 'persian time' => 'H:i', 'persian date' => 'xij xiF xiY', - 'persian both' => 'H:i، xij xiF xiY', + 'persian both' => 'H:i, xij xiF xiY', 'ISO 8601 time' => 'xnH:xni:xns', 'ISO 8601 date' => 'xnY-xnm-xnd', -- 2.20.1