]> git.mjollnir.org Git - moodle.git/commitdiff
MDLSITE-548 - langconfig: Adding thousands separator. Merged from 19_STABLE
authorstronk7 <stronk7>
Tue, 4 Nov 2008 16:53:16 +0000 (16:53 +0000)
committerstronk7 <stronk7>
Tue, 4 Nov 2008 16:53:16 +0000 (16:53 +0000)
lib/moodlelib.php

index 40bff7d6dccb4fa23b00642bfb3246d8daa8e80b..539ec3c763db1f53e1dff34460d7c397755f0947 100644 (file)
@@ -5302,7 +5302,7 @@ function get_string($identifier, $module='', $a=NULL, $extralocations=NULL) {
                             'strftimedate', 'strftimedateshort', 'strftimedatefullshort', 'strftimedatetime',
                             'strftimedaydate', 'strftimedaydatetime', 'strftimedayshort', 'strftimedaytime',
                             'strftimemonthyear', 'strftimerecent', 'strftimerecentfull', 'strftimetime',
-                            'thischarset', 'thisdirection', 'thislanguage', 'strftimedatetimeshort');
+                            'thischarset', 'thisdirection', 'thislanguage', 'strftimedatetimeshort', 'thousandssep');
 
     $filetocheck = 'langconfig.php';
     $defaultlang = 'en_utf8';