* (bug 10591) Use Arabic numerals (0,1,2...) for the Malayam language
authorRaimond Spekking <raymond@users.mediawiki.org>
Thu, 19 Jul 2007 07:37:38 +0000 (07:37 +0000)
committerRaimond Spekking <raymond@users.mediawiki.org>
Thu, 19 Jul 2007 07:37:38 +0000 (07:37 +0000)
RELEASE-NOTES
languages/messages/MessagesMl.php

index c60e6c1..1378e2e 100644 (file)
@@ -313,6 +313,7 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN
 * (bug 10572) Force refresh after clearing visitation timestamps on watchlist
 * (bug 10631) Warn when illegal characters are removed from filename at upload
 * Fix several JavaScript bugs under MSIE 5/Macintosh
+* (bug 10591) Use Arabic numerals (0,1,2...) for the Malayam language
 
 == API changes since 1.10 ==
 
index 3678a15..35e24be 100644 (file)
   *            Shiju Alex <shijualexonline@gmail.com>, 
   */
 
-$digitTransformTable = array(
-       '0' => '൦', # &#x0d66;
-       '1' => '൧', # &#x0d67;
-       '2' => '൨', # &#x0d68;
-       '3' => '൩', # &#x0d69;
-       '4' => '൪', # &#x0d6a;
-       '5' => '൫', # &#x0d6b;
-       '6' => '൬', # &#x0d6c;
-       '7' => '൭', # &#x0d6d;
-       '8' => '൮', # &#x0d6e;
-       '9' => '൯', # &#x0d6f;
-);
-
 $namespaceNames = array(
        NS_MEDIA => 'മീഡിയ',
        NS_SPECIAL => 'പ്രത്യേകം',