Default to en_US now
authorphilippe_mingo <philippe_mingo@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Thu, 27 Dec 2001 10:57:34 +0000 (10:57 +0000)
committerphilippe_mingo <philippe_mingo@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Thu, 27 Dec 2001 10:57:34 +0000 (10:57 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1978 7612ce4b-ef26-0410-bec9-ea0150e637f0

config/config_default.php

index 4d7bbd8168b204780d74f67a736b0cbcd42742a2..3ca853414bace6470e416f2a6a7f844ed5d857df 100644 (file)
@@ -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;