Localisation updates. Formatting, some author updates.
[lhc/web/wiklou.git] / languages / messages / MessagesKs.php
1 <?php
2 /** Kashmiri (कश्मीरी - (كشميري))
3 *
4 * @ingroup Language
5 * @file
6 *
7 */
8
9 #FIXME: inherit almost everything for now
10 $rtl = true;
11
12 $digitTransformTable = array(
13 '0' => '०', # &#x0966;
14 '1' => '१', # &#x0967;
15 '2' => '२', # &#x0968;
16 '3' => '३', # &#x0969;
17 '4' => '४', # &#x096a;
18 '5' => '५', # &#x096b;
19 '6' => '६', # &#x096c;
20 '7' => '७', # &#x096d;
21 '8' => '८', # &#x096e;
22 '9' => '९', # &#x096f;
23 );