MDLSITE-548 - langconfig: Adding thousands separator. Backported from HEAD.

This commit is contained in:
stronk7
2008-11-04 16:27:57 +00:00
parent 436294e18c
commit 8dc2432c92
+1
View File
@@ -26,5 +26,6 @@ $string['strftimetime'] = '%%I:%%M %%p';
$string['thischarset'] = 'UTF-8';
$string['thisdirection'] = 'ltr';
$string['thislanguage'] = 'English';
$string['thousandssep'] = ','; // thousands separator, for some languages it is '.' or ' '
?>