From e026d8af8f3654bb852ed568f74f8bd0b3b21687 Mon Sep 17 00:00:00 2001 From: stronk7 Date: Tue, 4 Nov 2008 16:26:08 +0000 Subject: [PATCH] MDLSITE-548 - langconfig: Adding thousands separator. --- lang/en_utf8/langconfig.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lang/en_utf8/langconfig.php b/lang/en_utf8/langconfig.php index eba87d6894..6211e0f2ac 100644 --- a/lang/en_utf8/langconfig.php +++ b/lang/en_utf8/langconfig.php @@ -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 ' ' ?> -- 2.39.5