diff options
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/lang.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/lang.pm b/perl-install/lang.pm index f48a6806c..7e4c67d1d 100644 --- a/perl-install/lang.pm +++ b/perl-install/lang.pm @@ -797,6 +797,7 @@ sub set { my ($locale, $b_translate_for_console) = @_; if ($::move) { + move::handleI18NClp($locale->{lang}); put_in_hash(\%ENV, i18n_env($locale)); return; } |