From b341b63243f08f4fa39635e26a66eba90aabcd03 Mon Sep 17 00:00:00 2001 From: Matthew Flaschen Date: Mon, 7 Mar 2016 20:14:34 -0500 Subject: [PATCH] Use an example with working digit transformation Change-Id: I6424774a4cf720fe85a431ff12e5d5c61c9bfcde --- languages/Language.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/languages/Language.php b/languages/Language.php index 0bd227621f..b2a749d7f5 100644 --- a/languages/Language.php +++ b/languages/Language.php @@ -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". * -- 2.20.1