]> git.donarmstrong.com Git - roundcube.git/commitdiff
en locale does not exist ; this is en_US
authorVincent Bernat <bernat@luffy.cx>
Sun, 25 Mar 2007 10:22:34 +0000 (10:22 +0000)
committerVincent Bernat <bernat@luffy.cx>
Sun, 25 Mar 2007 10:22:34 +0000 (10:22 +0000)
debian/config

index 277866b8695391360a5ea5d7911f0c619a30def8..c5ef209aa49f1eaa9d1864cebca781df8ee1820b 100644 (file)
@@ -24,7 +24,7 @@ if [ ! "$oldchoices" ] || [ "$instd_langs" != "$oldchoices" ]; then
           if [ -d /usr/share/roundcube/program/localization/$locale ]; then
               db_set roundcube/language $locale
           else
-              db_set roundcube/language en
+              db_set roundcube/language en_US
           fi
        fi
 fi