From da2407ce84cf26aff8da74d4afc38c5e686de329 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=C3=86var=20Arnfj=C3=B6r=C3=B0=20Bjarmason?= Date: Tue, 5 Apr 2005 13:39:43 +0000 Subject: [PATCH] * Added a comment regarding localeconv() --- languages/Language.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/languages/Language.php b/languages/Language.php index de03978c9e..4f6dd901dc 100644 --- a/languages/Language.php +++ b/languages/Language.php @@ -2364,7 +2364,9 @@ class Language { * * See LanguageGu.php for the Gujarati implementation and * LanguageIs.php for the , => . and . => , implementation. - * + * + * @todo check if it's viable to use localeconv() for the decimal + * seperator thing. * @access public * @param mixed $number the string to be formatted, should be an integer or * a floating point number. -- 2.20.1