]> git.mjollnir.org Git - moodle.git/commitdiff
Added two strings to display dates properly. For English we leave them
authorstronk7 <stronk7>
Thu, 23 Mar 2006 23:45:28 +0000 (23:45 +0000)
committerstronk7 <stronk7>
Thu, 23 Mar 2006 23:45:28 +0000 (23:45 +0000)
empty as ASCII = UTF-8

lang/en_utf8/langconfig.php

index e35ed7d45e3fae08a214c2255377952846bb5c67..c01f1e053825bd0f1cde4d879f2b936baa04984a 100644 (file)
@@ -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';