From: Vincent Bernat Date: Sun, 25 Mar 2007 10:22:34 +0000 (+0000) Subject: en locale does not exist ; this is en_US X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;ds=sidebyside;h=c6c53a79ac5a75bcaecfdd114070773ef41810ca;p=roundcube.git en locale does not exist ; this is en_US --- diff --git a/debian/config b/debian/config index 277866b..c5ef209 100644 --- a/debian/config +++ b/debian/config @@ -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