* Fixes bugs 12023, 12024 and 12025.
[lhc/web/wiklou.git] / languages / messages / MessagesKs.php
index 53f2c9e..9429bb2 100644 (file)
@@ -8,16 +8,16 @@
 $rtl = true;
 
 $digitTransformTable = array(
-       '0' => '०',
-       '1' => '१',
-       '2' => '२',
-       '3' => '३',
-       '4' => '४',
-       '5' => '५',
-       '6' => '६',
-       '7' => '७',
-       '8' => '८',
-       '9' => '९',
+       '0' => '०', # ०
+       '1' => '१', # १
+       '2' => '२', # २
+       '3' => '३', # ३
+       '4' => '४', # ४
+       '5' => '५', # ५
+       '6' => '६', # ६
+       '7' => '७', # ७
+       '8' => '८', # ८
+       '9' => '९', # ९
 );
 
-?>
+