From c6c53a79ac5a75bcaecfdd114070773ef41810ca Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Sun, 25 Mar 2007 10:22:34 +0000 Subject: [PATCH] en locale does not exist ; this is en_US --- debian/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5