diff options
| author | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-08-12 09:05:07 +0000 |
|---|---|---|
| committer | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-08-12 09:05:07 +0000 |
| commit | 1c168d14afc27308e9b4b8b80ca2cba8b796032c (patch) | |
| tree | 17c5bbc596d78b6363e2e81a50ff490e8d89b702 /roundcubemail/config | |
| parent | 0446a050a9ee40382d7fbaf65ecfdadaa32f6d83 (diff) | |
Switch installer from obsolete locale_string to language config option
git-svn-id: https://svn.roundcube.net/trunk@1642 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/config')
| -rw-r--r-- | roundcubemail/config/main.inc.php.dist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roundcubemail/config/main.inc.php.dist b/roundcubemail/config/main.inc.php.dist index 935ddceac..e79e3f382 100644 --- a/roundcubemail/config/main.inc.php.dist +++ b/roundcubemail/config/main.inc.php.dist @@ -119,7 +119,7 @@ $rcmail_config['double_auth'] = false; $rcmail_config['des_key'] = 'rcmail-!24ByteDESkey*Str'; // the default locale setting -$rcmail_config['language'] = 'en'; +$rcmail_config['language'] = 'en_US'; // use this format for short date display $rcmail_config['date_short'] = 'D H:i'; |
