Selaa lähdekoodia

Default to en_US now

philippe_mingo 23 vuotta sitten
vanhempi
commit
ccb1c2314c
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      config/config_default.php

+ 1 - 1
config/config_default.php

@@ -34,7 +34,7 @@ $org_title = 'SquirrelMail $version';
  *   Use the two-letter code.
  */
 global $squirrelmail_default_language;
-$squirrelmail_default_language = 'en';
+$squirrelmail_default_language = 'en_US';
 
 /* The dns name and port for your imap server. */
 global $imapServerAddress, $imapPort;