From 8dc2432c92aa76fff4b0eec43a26b464d3a8fe06 Mon Sep 17 00:00:00 2001 From: stronk7 Date: Tue, 4 Nov 2008 16:27:57 +0000 Subject: [PATCH] MDLSITE-548 - langconfig: Adding thousands separator. Backported from HEAD. --- 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 d5f3d9f5c12..54d393eb176 100644 --- a/lang/en_utf8/langconfig.php +++ b/lang/en_utf8/langconfig.php @@ -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 ' ' ?>