From 40e3c93cdb6120258cffae3a3e5c251d22a30823 Mon Sep 17 00:00:00 2001 From: Julien Moutinho Date: Sat, 25 May 2013 13:12:30 +0200 Subject: [PATCH] Ajout : locales : en_US.UTF-8 visiblement requis par wwsympa. --- local/locales-configure | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.20.1