Change the Unicode numbers in the comments in MessagesPs
authorAmir Aharoni <amir.aharoni@mail.huji.ac.il>
Sun, 30 Sep 2018 21:48:23 +0000 (00:48 +0300)
committerAmir Aharoni <amir.aharoni@mail.huji.ac.il>
Sun, 30 Sep 2018 21:48:23 +0000 (00:48 +0300)
The numbers are supposed to be the same as in MessagesFa.php.

Change-Id: Icd3e8c8ac1d5beb194dcbce36100a373816bc506

languages/messages/MessagesPs.php

index 0b203b0..fcdfca0 100644 (file)
 $rtl = true;
 
 $digitTransformTable = [
-       '0' => '۰', # &#x1776;
-       '1' => '۱', # &#x1777;
-       '2' => '۲', # &#x1778;
-       '3' => '۳', # &#x1779;
-       '4' => '۴', # &#x1780;
-       '5' => '۵', # &#x1781;
-       '6' => '۶', # &#x1782;
-       '7' => '۷', # &#x1783;
-       '8' => '۸', # &#x1784;
-       '9' => '۹', # &#x1785;
+       '0' => '۰', # &#x06f0;
+       '1' => '۱', # &#x06f1;
+       '2' => '۲', # &#x06f2;
+       '3' => '۳', # &#x06f3;
+       '4' => '۴', # &#x06f4;
+       '5' => '۵', # &#x06f5;
+       '6' => '۶', # &#x06f6;
+       '7' => '۷', # &#x06f7;
+       '8' => '۸', # &#x06f8;
+       '9' => '۹', # &#x06f9;
 ];
 
 $separatorTransformTable = [