From: Matthew Flaschen Date: Tue, 8 Mar 2016 01:14:34 +0000 (-0500) Subject: Use an example with working digit transformation X-Git-Tag: 1.31.0-rc.0~7633^2 X-Git-Url: http://git.cyclocoop.org/%7B%24admin_url%7Dcompta/comptes/journal.php?a=commitdiff_plain;h=b341b63243f08f4fa39635e26a66eba90aabcd03;p=lhc%2Fweb%2Fwiklou.git Use an example with working digit transformation Change-Id: I6424774a4cf720fe85a431ff12e5d5c61c9bfcde --- 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". *