diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2003-09-02 14:21:57 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2003-09-02 14:21:57 +0000 |
commit | 91552f40925747de698363f0f3d43012f8437a43 (patch) | |
tree | 673cf249a4b2b9d142f9f60d84d96c67afbc8de9 /perl-install/lang.pm | |
parent | cae01d34334156c6d95a8ff4a54cd78fad03e00f (diff) | |
download | drakx-backup-do-not-use-91552f40925747de698363f0f3d43012f8437a43.tar drakx-backup-do-not-use-91552f40925747de698363f0f3d43012f8437a43.tar.gz drakx-backup-do-not-use-91552f40925747de698363f0f3d43012f8437a43.tar.bz2 drakx-backup-do-not-use-91552f40925747de698363f0f3d43012f8437a43.tar.xz drakx-backup-do-not-use-91552f40925747de698363f0f3d43012f8437a43.zip |
do not disable arabic completly (tis very ugly to do this, better remove the
arabic choice!)
Diffstat (limited to 'perl-install/lang.pm')
-rw-r--r-- | perl-install/lang.pm | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/perl-install/lang.pm b/perl-install/lang.pm index 1184e454a..4f454c5a4 100644 --- a/perl-install/lang.pm +++ b/perl-install/lang.pm @@ -762,9 +762,6 @@ sub l2pango_font { sub set { my ($lang, $b_translate_for_console) = @_; - #- disable Arabic in install as no (free) fonts are available. - $lang eq 'ar' and $lang='en_US'; - exists $langs{$lang} or log::l("lang::set: trying to set to $lang but I don't know it!"), return; my $dir = "$ENV{SHARE_PATH}/locale"; |