From: Ævar Arnfjörð Bjarmason Date: Tue, 5 Apr 2005 13:39:43 +0000 (+0000) Subject: * Added a comment regarding localeconv() X-Git-Tag: 1.5.0alpha1~386 X-Git-Url: http://git.cyclocoop.org/%24href?a=commitdiff_plain;h=da2407ce84cf26aff8da74d4afc38c5e686de329;p=lhc%2Fweb%2Fwiklou.git * Added a comment regarding localeconv() --- 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.