wiki.techinc.nl/languages/messages/MessagesKu_arab.php
Reedy da9e5b7959 Move seperators from digits transforms to seperator transforms
Change-Id: Iecc30b4eae9a5fe0f87d162c8118722ba5aab90c
2017-11-28 00:11:04 +00:00

37 lines
706 B
PHP
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?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' => '٠', # &#x0660;
'1' => '١', # &#x0661;
'2' => '٢', # &#x0662;
'3' => '٣', # &#x0663;
'4' => '٤', # &#x0664;
'5' => '٥', # &#x0665;
'6' => '٦', # &#x0666;
'7' => '٧', # &#x0667;
'8' => '٨', # &#x0668;
'9' => '٩', # &#x0669;
];
$separatorTransformTable = [
'.' => '٫', # &#x066b;
',' => '٬', # &#x066c;
];