* Added a comment regarding localeconv()
authorÆvar Arnfjörð Bjarmason <avar@users.mediawiki.org>
Tue, 5 Apr 2005 13:39:43 +0000 (13:39 +0000)
committerÆvar Arnfjörð Bjarmason <avar@users.mediawiki.org>
Tue, 5 Apr 2005 13:39:43 +0000 (13:39 +0000)
languages/Language.php

index de03978..4f6dd90 100644 (file)
@@ -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.