Ajout : locales : en_US.UTF-8 visiblement requis par wwsympa.
authorJulien Moutinho <julm+heureux-cyclage@autogeree.net>
Sat, 25 May 2013 11:12:30 +0000 (13:12 +0200)
committerJulien Moutinho <julm+heureux-cyclage@autogeree.net>
Sat, 25 May 2013 11:42:17 +0000 (13:42 +0200)
local/locales-configure

index 0009be1..1bdc504 100755 (executable)
@@ -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