'LEFT-TO-RIGHT MARK' (U+200E) and 'RIGHT-TO-LEFT MARK' (U+200F) are not
needed in the source code comments.
c8caf26ffd removed already the LRM/RLM from Names.php.
Change-Id: I7d5e170af688fb74b8f040be43bd2be0a7622dee
37 lines
676 B
PHP
37 lines
676 B
PHP
<?php
|
||
/** كوردي (عەرەبی) (كوردي (عەرەبی))
|
||
*
|
||
* To improve a translation please visit https://translatewiki.net
|
||
*
|
||
* @ingroup Language
|
||
* @file
|
||
*
|
||
* @author Arastein
|
||
* @author Asoxor
|
||
* @author Bonevarluri
|
||
* @author George Animal
|
||
* @author Marmzok
|
||
* @author Muhammed taha
|
||
*/
|
||
|
||
$fallback = '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
|
||
];
|