The removed comments are included in MessagesQqq.php togehter with a lot more documentation Add a link to translatewiki.net too to show users the way to improve translations.
26 lines
594 B
PHP
26 lines
594 B
PHP
<?php
|
||
/** Kashmiri (कश्मीरी - (كشميري))
|
||
*
|
||
* See MessagesQqq.php for message documentation incl. usage of parameters
|
||
* To improve a translation please visit http://translatewiki.net
|
||
*
|
||
* @ingroup Language
|
||
* @file
|
||
*
|
||
*/
|
||
|
||
#FIXME: inherit almost everything for now
|
||
$rtl = true;
|
||
|
||
$digitTransformTable = array(
|
||
'0' => '०', # ०
|
||
'1' => '१', # १
|
||
'2' => '२', # २
|
||
'3' => '३', # ३
|
||
'4' => '४', # ४
|
||
'5' => '५', # ५
|
||
'6' => '६', # ६
|
||
'7' => '७', # ७
|
||
'8' => '८', # ८
|
||
'9' => '९', # ९
|
||
);
|