MDLSITE-548 - langconfig: Adding thousands separator.

This commit is contained in:
stronk7
2008-11-04 16:39:08 +00:00
parent 8dc2432c92
commit 1905721bee
+1 -1
View File
@@ -5243,7 +5243,7 @@ function get_string($identifier, $module='', $a=NULL, $extralocations=NULL) {
'parentlanguage', 'strftimedate', 'strftimedateshort', 'strftimedatetime',
'strftimedaydate', 'strftimedaydatetime', 'strftimedayshort', 'strftimedaytime',
'strftimemonthyear', 'strftimerecent', 'strftimerecentfull', 'strftimetime',
'thischarset', 'thisdirection', 'thislanguage', 'strftimedatetimeshort');
'thischarset', 'thisdirection', 'thislanguage', 'strftimedatetimeshort', 'thousandssep');
$filetocheck = 'langconfig.php';
$defaultlang = 'en_utf8';