wiki.techinc.nl/languages/messages/MessagesKu_arab.php

38 lines
676 B
PHP
Raw Normal View History

<?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
];