wiki.techinc.nl/languages/messages/MessagesKu_arab.php
Amir E. Aharoni 7db25be607 Update the autonym for language ku-arab
Bug: T360021
Change-Id: I8eac135ffbcc68901c1a00b7219f43087af1850c
2024-05-30 10:27:15 -04:00

35 lines
633 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
/** Northern Kurdish, Arabic script (کوردیی باکووری, عەرەبی)
*
* @file
* @ingroup Languages
*
* @author Arastein
* @author Asoxor
* @author Bonevarluri
* @author George Animal
* @author Marmzok
* @author Muhammed taha
*/
$fallback = 'ku, 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
];