Fix comma in Tajik Cyrillic dates
authorjhsoby <jhsoby@gmail.com>
Tue, 7 Aug 2018 23:43:53 +0000 (01:43 +0200)
committerjhsoby <jhsoby@gmail.com>
Tue, 7 Aug 2018 23:43:53 +0000 (01:43 +0200)
Changed from Arabic comma (،) to Latin comma (,).

Bug: T200367
Change-Id: I07eeb83f59c2068b9c8a9906b7567d162ccd1504

languages/messages/MessagesTg_cyrl.php

index bd107f5..59706d5 100644 (file)
@@ -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',