Index: trunk/phase3/languages/messages/MessagesMl.php |
— | — | @@ -11,19 +11,6 @@ |
12 | 12 | * Shiju Alex <shijualexonline@gmail.com>, |
13 | 13 | */ |
14 | 14 | |
15 | | -$digitTransformTable = array( |
16 | | - '0' => '൦', # ൦ |
17 | | - '1' => '൧', # ൧ |
18 | | - '2' => '൨', # ൨ |
19 | | - '3' => '൩', # ൩ |
20 | | - '4' => '൪', # ൪ |
21 | | - '5' => '൫', # ൫ |
22 | | - '6' => '൬', # ൬ |
23 | | - '7' => '൭', # ൭ |
24 | | - '8' => '൮', # ൮ |
25 | | - '9' => '൯', # ൯ |
26 | | -); |
27 | | - |
28 | 15 | $namespaceNames = array( |
29 | 16 | NS_MEDIA => 'മീഡിയ', |
30 | 17 | NS_SPECIAL => 'പ്രത്യേകം', |
Index: trunk/phase3/RELEASE-NOTES |
— | — | @@ -313,6 +313,7 @@ |
314 | 314 | * (bug 10572) Force refresh after clearing visitation timestamps on watchlist |
315 | 315 | * (bug 10631) Warn when illegal characters are removed from filename at upload |
316 | 316 | * Fix several JavaScript bugs under MSIE 5/Macintosh |
| 317 | +* (bug 10591) Use Arabic numerals (0,1,2...) for the Malayam language |
317 | 318 | |
318 | 319 | == API changes since 1.10 == |
319 | 320 | |