Add Pashto numerals based on Arabic
[lhc/web/wiklou.git] / languages / messages / MessagesPs.php
index 26f1443..0b203b0 100644 (file)
 
 $rtl = true;
 
 
 $rtl = true;
 
+$digitTransformTable = [
+       '0' => '۰', # ᝶
+       '1' => '۱', # ᝷
+       '2' => '۲', # ᝸
+       '3' => '۳', # ᝹
+       '4' => '۴', # ក
+       '5' => '۵', # ខ
+       '6' => '۶', # គ
+       '7' => '۷', # ឃ
+       '8' => '۸', # ង
+       '9' => '۹', # ច
+];
+
+$separatorTransformTable = [
+       '.' => '٫', # ٫
+       ',' => '٬', # ٬
+];
+
 $namespaceNames = [
        NS_MEDIA            => 'رسنۍ',
        NS_SPECIAL          => 'ځانگړی',
 $namespaceNames = [
        NS_MEDIA            => 'رسنۍ',
        NS_SPECIAL          => 'ځانگړی',