digitTransformTable for bpy.
authorSiebrand Mazeland <siebrand@users.mediawiki.org>
Mon, 8 Oct 2007 06:56:27 +0000 (06:56 +0000)
committerSiebrand Mazeland <siebrand@users.mediawiki.org>
Mon, 8 Oct 2007 06:56:27 +0000 (06:56 +0000)
languages/messages/MessagesBpy.php

index e61ce34..b489e89 100644 (file)
@@ -2,8 +2,23 @@
 /** Bishnupriya Manipuri (বিষ্ণুপ্রিয়া মণিপুরী)
  *
  * @addtogroup Language
- * @Author Uttam Singha, Dec 2006
+ *
+ * @author Uttam Singha, Dec 2006
  */
+$digitTransformTable = array(
+       '0' => '০',
+       '1' => '১',
+       '2' => '২',
+       '3' => '৩',
+       '4' => '৪',
+       '5' => '৫',
+       '6' => '৬',
+       '7' => '৭',
+       '8' => '৮',
+       '9' => '৯'
+);
+
 $namespaceNames = array(
        NS_MEDIA          => 'মিডিয়া',
        NS_SPECIAL        => 'বিশেষ',