diff options
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/any.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/any.pm b/perl-install/any.pm index bddd4b67a..d934fa84f 100644 --- a/perl-install/any.pm +++ b/perl-install/any.pm @@ -644,6 +644,7 @@ when your installation is complete and you restart your system.")), { val => \$in->{locale}{utf8}, type => 'bool', text => N("Use Unicode by default"), advanced => 1 })) ]) or return; $langs->{$listval2val->($lang)} = 1; + $langs->{$_} or delete $langs->{$_} foreach keys %$langs; #- clean hash #- convert to the default locale for asked language $listval2val->($lang); |