--- autolocale.HEAD.install 2007-03-21 00:06:58.016726500 +0100 +++ autolocale.install 2007-03-21 00:01:00.762153700 +0100 @@ -77,7 +77,7 @@ function _autolocale_install_po_files() global $install_locale; // If there is a non-English locale used to install - if (!empty($install_locale)) { + if (!empty($install_locale) && $install_locale != 'en') { // Although the locale module is turned on this is not included include_once 'includes/locale.inc';