summaryrefslogtreecommitdiffstats
path: root/perl-install/lang.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2004-05-26 11:37:47 +0000
committerPascal Rigaux <pixel@mandriva.com>2004-05-26 11:37:47 +0000
commit499e2a7e3a04159e41aaa033a6c762647b110c1e (patch)
tree3d0c078fba4069b9e6efa954e30e6c0eae532880 /perl-install/lang.pm
parenta429b40bf0cb395f9acd5d10500d26f2e148a120 (diff)
downloaddrakx-499e2a7e3a04159e41aaa033a6c762647b110c1e.tar
drakx-499e2a7e3a04159e41aaa033a6c762647b110c1e.tar.gz
drakx-499e2a7e3a04159e41aaa033a6c762647b110c1e.tar.bz2
drakx-499e2a7e3a04159e41aaa033a6c762647b110c1e.tar.xz
drakx-499e2a7e3a04159e41aaa033a6c762647b110c1e.zip
- call handleI18NClp() ASAP
- create and use lang2move_clp_name()
Diffstat (limited to 'perl-install/lang.pm')
-rw-r--r--perl-install/lang.pm1
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;
}