aboutsummaryrefslogtreecommitdiffstats
path: root/languages/messages/MessagesKu_arab.php
blob: cf5c0df6d26fbd7d4653102f1ec6c1574c642ae2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<?php
/** Northern Kurdish, Arabic script (کوردیی باکووری, عەرەبی)
 *
 * @file
 * @ingroup Languages
 *
 * @author Arastein
 * @author Asoxor
 * @author Bonevarluri
 * @author George Animal
 * @author Marmzok
 * @author Muhammed taha
 */

$fallback = 'ku, ckb';

$rtl = true;

$digitTransformTable = [
	'0' => '٠', # U+0660
	'1' => '١', # U+0661
	'2' => '٢', # U+0662
	'3' => '٣', # U+0663
	'4' => '٤', # U+0664
	'5' => '٥', # U+0665
	'6' => '٦', # U+0666
	'7' => '٧', # U+0667
	'8' => '٨', # U+0668
	'9' => '٩', # U+0669
];

$separatorTransformTable = [
	'.' => '٫', # U+066B
	',' => '٬', # U+066C
];

$numberingSystem = 'arab';