repo.or.cz
/
mediawiki.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Localisation updates from https://translatewiki.net.
[mediawiki.git]
/
languages
/
messages
/
MessagesKu_arab.php
blob
7f7ac2d2955456417230ff1fb3e6ba5c739918b5
1
<
?php
2
/** Northern Kurdish, Arabic script (کوردیی باکووری, عەرەبی)
3
*
4
* @file
5
* @ingroup Languages
6
*
7
* @author Arastein
8
* @author Asoxor
9
* @author Bonevarluri
10
* @author George Animal
11
* @author Marmzok
12
* @author Muhammed taha
13
*/
14
15
$fallback
=
'ku, ckb'
;
16
17
$rtl
=
true
;
18
19
$digitTransformTable
= [
20
'0'
=>
'٠'
,
# U+0660
21
'1'
=>
'١'
,
# U+0661
22
'2'
=>
'٢'
,
# U+0662
23
'3'
=>
'٣'
,
# U+0663
24
'4'
=>
'٤'
,
# U+0664
25
'5'
=>
'٥'
,
# U+0665
26
'6'
=>
'٦'
,
# U+0666
27
'7'
=>
'٧'
,
# U+0667
28
'8'
=>
'٨'
,
# U+0668
29
'9'
=>
'٩'
,
# U+0669
30
];
31
32
$separatorTransformTable
= [
33
'.'
=>
'٫'
,
# U+066B
34
','
=>
'٬'
,
# U+066C
35
];