]> git.mjollnir.org Git - moodle.git/commitdiff
MDLSITE-548 - langconfig: Adding thousands separator.
authorstronk7 <stronk7>
Tue, 4 Nov 2008 16:26:08 +0000 (16:26 +0000)
committerstronk7 <stronk7>
Tue, 4 Nov 2008 16:26:08 +0000 (16:26 +0000)
lang/en_utf8/langconfig.php

index eba87d6894bfdb4fcaec0befc650e9c42899e2fd..6211e0f2ac4b1bfd5f02b06bfb399ec046fea60d 100644 (file)
@@ -27,5 +27,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 ' '
 
 ?>