Use an example with working digit transformation
authorMatthew Flaschen <mflaschen@wikimedia.org>
Tue, 8 Mar 2016 01:14:34 +0000 (20:14 -0500)
committerMatthew Flaschen <mflaschen@wikimedia.org>
Tue, 8 Mar 2016 01:14:34 +0000 (20:14 -0500)
Change-Id: I6424774a4cf720fe85a431ff12e5d5c61c9bfcde

languages/Language.php

index 0bd2276..b2a749d 100644 (file)
@@ -3350,7 +3350,7 @@ class Language {
         * Normally we output all numbers in plain en_US style, that is
         * 293,291.235 for twohundredninetythreethousand-twohundredninetyone
         * point twohundredthirtyfive. However this is not suitable for all
-        * languages, some such as Punjabi want à©¨à©¯à©©,੨੯੫.੨੩੫ and others such as
+        * languages, some such as Bengali (bn) want à§¨,৯৩,২৯১.২৩৫ and others such as
         * Icelandic just want to use commas instead of dots, and dots instead
         * of commas like "293.291,235".
         *