From cd999d1a5d5b8767f3f268f0a11e85cc45a52632 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Fri, 21 Mar 2008 07:53:25 +0000 Subject: ensure $locale->{country} and $locale->{IM} are set correctly even if $locale->{country} was already set (because of lang=xxx on /proc/cmdline, $locale->{country} is already set and install::steps::selectLanguage won't do it, and that's normal) --- perl-install/any.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'perl-install') diff --git a/perl-install/any.pm b/perl-install/any.pm index ffd2841c2..3f067b971 100644 --- a/perl-install/any.pm +++ b/perl-install/any.pm @@ -998,6 +998,7 @@ when your installation is complete and you restart your system.")), #- convert to the default locale for asked language $locale->{lang} = $listval2val->($lang); + lang::lang_changed($locale); } sub selectLanguage_standalone { -- cgit v1.2.1