Merge "Add support for PHP7 random_bytes in favor of mcrypt_create_iv"
[lhc/web/wiklou.git] / languages / messages / MessagesKu_arab.php
1 <?php
2 /** كوردي (عەرەبی)‏ (كوردي (عەرەبی)‏)
3 *
4 * To improve a translation please visit https://translatewiki.net
5 *
6 * @ingroup Language
7 * @file
8 *
9 * @author Arastein
10 * @author Asoxor
11 * @author Bonevarluri
12 * @author George Animal
13 * @author Marmzok
14 * @author Muhammed taha
15 */
16
17 $fallback = 'ckb';
18
19 $rtl = true;
20
21 $digitTransformTable = [
22 '0' => '٠', # &#x0660;
23 '1' => '١', # &#x0661;
24 '2' => '٢', # &#x0662;
25 '3' => '٣', # &#x0663;
26 '4' => '٤', # &#x0664;
27 '5' => '٥', # &#x0665;
28 '6' => '٦', # &#x0666;
29 '7' => '٧', # &#x0667;
30 '8' => '٨', # &#x0668;
31 '9' => '٩', # &#x0669;
32 '.' => '٫', # &#x066b; wrong table ?
33 ',' => '٬', # &#x066c;
34 ];