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