MediaWiki  REL1_23
MessagesKu_arab.php
Go to the documentation of this file.
00001 <?php
00018 $fallback = 'ckb';
00019 
00020 $rtl = true;
00021 
00022 $digitTransformTable = array(
00023     '0' => '٠', # &#x0660;
00024     '1' => '١', # &#x0661;
00025     '2' => '٢', # &#x0662;
00026     '3' => '٣', # &#x0663;
00027     '4' => '٤', # &#x0664;
00028     '5' => '٥', # &#x0665;
00029     '6' => '٦', # &#x0666;
00030     '7' => '٧', # &#x0667;
00031     '8' => '٨', # &#x0668;
00032     '9' => '٩', # &#x0669;
00033     '.' => '٫', # &#x066b; wrong table ?
00034     ',' => '٬', # &#x066c;
00035 );
00036