From: Julien Moutinho Date: Sat, 25 May 2013 11:12:30 +0000 (+0200) Subject: Ajout : locales : en_US.UTF-8 visiblement requis par wwsympa. X-Git-Url: https://git.cyclocoop.org/?p=lhc%2Fateliers.git;a=commitdiff_plain;h=40e3c93cdb6120258cffae3a3e5c251d22a30823;ds=sidebyside Ajout : locales : en_US.UTF-8 visiblement requis par wwsympa. --- diff --git a/local/locales-configure b/local/locales-configure index 0009be1..1bdc504 100755 --- a/local/locales-configure +++ b/local/locales-configure @@ -3,7 +3,7 @@ tool=$(readlink -e "${0%/*}/..") . "$tool"/local/lib.sh sudo debconf-set-selections <<-EOF - locales locales/default_environment_locale select None - locales locales/locales_to_be_generated multiselect fr_FR.UTF-8 UTF-8 + locales locales/default_environment_locale select fr_FR.UTF-8 + locales locales/locales_to_be_generated multiselect en_US.UTF-8 UTF-8, fr_FR.UTF-8 UTF-8 EOF "$tool"/local/dpkg-reconfigure locales