wiki.techinc.nl/languages/messages/MessagesKu_arab.php
Fomafix db874bd8a7 Remove U+200E and U+200F from source code comments
'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
2021-08-21 15:07:16 +00:00

37 lines
676 B
PHP
Raw Blame History

This file contains ambiguous Unicode characters

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' => '٠', # 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
];