diff options
Diffstat (limited to 'perl-install/lang.pm')
-rw-r--r-- | perl-install/lang.pm | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/perl-install/lang.pm b/perl-install/lang.pm index cf54cd29d..00f4e3299 100644 --- a/perl-install/lang.pm +++ b/perl-install/lang.pm @@ -912,6 +912,10 @@ sub set { move::handleI18NClp($locale->{lang}); put_in_hash(\%ENV, i18n_env($locale)); return; + } elsif (!$::isInstall) { + put_in_hash(\%ENV, i18n_env($locale)); + bindtextdomain(); + return; } my $lang = $locale->{lang}; |