From: stronk7 Date: Tue, 4 Nov 2008 16:53:16 +0000 (+0000) Subject: MDLSITE-548 - langconfig: Adding thousands separator. Merged from 19_STABLE X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=05ed3df5e0db720e7237107628b19da68b9f37db;p=moodle.git MDLSITE-548 - langconfig: Adding thousands separator. Merged from 19_STABLE --- diff --git a/lib/moodlelib.php b/lib/moodlelib.php index 40bff7d6dc..539ec3c763 100644 --- a/lib/moodlelib.php +++ b/lib/moodlelib.php @@ -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';