summaryrefslogtreecommitdiffstats
path: root/perl-install/lang.pm
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install/lang.pm')
-rw-r--r--perl-install/lang.pm4
1 files changed, 4 insertions, 0 deletions
diff --git a/perl-install/lang.pm b/perl-install/lang.pm
index 5413f85a7..fe576c9cd 100644
--- a/perl-install/lang.pm
+++ b/perl-install/lang.pm
@@ -887,6 +887,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};