wiki.techinc.nl/languages/messages/MessagesKu_arab.php
Niklas Laxström b382478944 Cleanup message file documentation
* Interface strings are now elsewhere
* MessagesQQQ no longer exists
* Prefer https for translatewiki.net

Change-Id: I76652ea94cca80441cd5d978029e4707ee41c4fd
2014-06-05 14:06:25 +00:00

35 lines
693 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 = array(
'0' => '٠', # &#x0660;
'1' => '١', # &#x0661;
'2' => '٢', # &#x0662;
'3' => '٣', # &#x0663;
'4' => '٤', # &#x0664;
'5' => '٥', # &#x0665;
'6' => '٦', # &#x0666;
'7' => '٧', # &#x0667;
'8' => '٨', # &#x0668;
'9' => '٩', # &#x0669;
'.' => '٫', # &#x066b; wrong table ?
',' => '٬', # &#x066c;
);