summaryrefslogtreecommitdiffstats
path: root/perl-install/lang.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2000-06-24 10:15:52 +0000
committerPascal Rigaux <pixel@mandriva.com>2000-06-24 10:15:52 +0000
commit2a0bbee296669686a3332e6595bc1021757249b0 (patch)
treef20cb8e3fe48e91f0184f16f4f773ba4b0dee9dc /perl-install/lang.pm
parent13c1505ba44c0d57a4d5bdb6ce62267a34f9b510 (diff)
downloaddrakx-backup-do-not-use-2a0bbee296669686a3332e6595bc1021757249b0.tar
drakx-backup-do-not-use-2a0bbee296669686a3332e6595bc1021757249b0.tar.gz
drakx-backup-do-not-use-2a0bbee296669686a3332e6595bc1021757249b0.tar.bz2
drakx-backup-do-not-use-2a0bbee296669686a3332e6595bc1021757249b0.tar.xz
drakx-backup-do-not-use-2a0bbee296669686a3332e6595bc1021757249b0.zip
no_comment
Diffstat (limited to 'perl-install/lang.pm')
-rw-r--r--perl-install/lang.pm2
1 files changed, 2 insertions, 0 deletions
diff --git a/perl-install/lang.pm b/perl-install/lang.pm
index f37f8389e..f072cd92b 100644
--- a/perl-install/lang.pm
+++ b/perl-install/lang.pm
@@ -210,6 +210,8 @@ sub text2lang {
die "unknown language $t";
}
+sub lang2charset { $languages{$_[0]} }
+
sub set {
my ($lang) = @_;