Use consistent notation for "@todo FIXME". Should update http://svn.wikimedia.org...
[lhc/web/wiklou.git] / languages / messages / MessagesKs.php
1 <?php
2 /** Kashmiri (कश्मीरी - (كشميري))
3 *
4 * See MessagesQqq.php for message documentation incl. usage of parameters
5 * To improve a translation please visit http://translatewiki.net
6 *
7 * @ingroup Language
8 * @file
9 *
10 */
11
12 # @todo FIXME: Inherit almost everything for now
13 $rtl = true;
14
15 $digitTransformTable = array(
16 '0' => '०', # &#x0966;
17 '1' => '१', # &#x0967;
18 '2' => '२', # &#x0968;
19 '3' => '३', # &#x0969;
20 '4' => '४', # &#x096a;
21 '5' => '५', # &#x096b;
22 '6' => '६', # &#x096c;
23 '7' => '७', # &#x096d;
24 '8' => '८', # &#x096e;
25 '9' => '९', # &#x096f;
26 );