[ Index ]

PHP Cross Reference of MediaWiki-1.24.0

title

Body

[close]

/languages/messages/ -> MessagesKu_arab.php (source)

   1  <?php
   2  /** كوردي (عەرەبی)‏ (كوردي (عەرەبی)‏)
   3   *
   4   * To improve a translation please visit https://translatewiki.net
   5   *
   6   * @ingroup Language
   7   * @file
   8   *
   9   * @author Arastein
  10   * @author Asoxor
  11   * @author Bonevarluri
  12   * @author George Animal
  13   * @author Marmzok
  14   * @author Muhammed taha
  15   */
  16  
  17  $fallback = 'ckb';
  18  
  19  $rtl = true;
  20  
  21  $digitTransformTable = array(
  22      '0' => '٠', # &#x0660;
  23      '1' => '١', # &#x0661;
  24      '2' => '٢', # &#x0662;
  25      '3' => '٣', # &#x0663;
  26      '4' => '٤', # &#x0664;
  27      '5' => '٥', # &#x0665;
  28      '6' => '٦', # &#x0666;
  29      '7' => '٧', # &#x0667;
  30      '8' => '٨', # &#x0668;
  31      '9' => '٩', # &#x0669;
  32      '.' => '٫', # &#x066b; wrong table ?
  33      ',' => '٬', # &#x066c;
  34  );
  35  


Generated: Fri Nov 28 14:03:12 2014 Cross-referenced by PHPXref 0.7.1