From: stronk7 Date: Thu, 23 Mar 2006 23:45:28 +0000 (+0000) Subject: Added two strings to display dates properly. For English we leave them X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=311c697a86e71114af3ad4b44cbafcf3a50017de;p=moodle.git Added two strings to display dates properly. For English we leave them empty as ASCII = UTF-8 --- diff --git a/lang/en_utf8/langconfig.php b/lang/en_utf8/langconfig.php index e35ed7d45e..c01f1e0538 100644 --- a/lang/en_utf8/langconfig.php +++ b/lang/en_utf8/langconfig.php @@ -3,6 +3,8 @@ $string['alphabet'] = 'A,B,C,D,E,F,G,H,I,J,K,L,M,N,O,P,Q,R,S,T,U,V,W,X,Y,Z'; $string['backupnameformat'] = '%%Y%%m%%d-%%H%%M'; $string['firstdayofweek'] = '0'; $string['locale'] = 'en.UTF-8'; +$string['localewin'] = ''; +$string['localewincharset'] = ''; $string['oldcharset'] = 'ISO-8859-1'; $string['strftimedate'] = '%%d %%B %%Y'; $string['strftimedateshort'] = '%%d %%B';