diff --git a/languages/Language.php b/languages/Language.php index 0bd227621f5..b2a749d7f59 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". *