]> git.mjollnir.org Git - moodle.git/commitdiff
English_Australia is our root Windows locale! :-P
authorstronk7 <stronk7>
Sat, 25 Mar 2006 12:21:35 +0000 (12:21 +0000)
committerstronk7 <stronk7>
Sat, 25 Mar 2006 12:21:35 +0000 (12:21 +0000)
See: http://docs.moodle.org/en/Table_of_locales

lang/en_utf8/langconfig.php

index c01f1e053825bd0f1cde4d879f2b936baa04984a..8c37224c3fd27046ef822a10450b5def4577a023 100644 (file)
@@ -3,7 +3,7 @@ $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['localewin'] = 'English_Australia.1252';
 $string['localewincharset'] = '';
 $string['oldcharset'] = 'ISO-8859-1';
 $string['strftimedate'] = '%%d %%B %%Y';