diff options
author | Pablo Saratxaga <pablo@mandriva.com> | 2004-09-06 12:46:27 +0000 |
---|---|---|
committer | Pablo Saratxaga <pablo@mandriva.com> | 2004-09-06 12:46:27 +0000 |
commit | 6578585b7001fb6502506fc0049ce0cdfcb27e1b (patch) | |
tree | 6e7a8fd80d0a2cbb2c168262f73b0ee739ebafa9 | |
parent | 3158445d087b1ae1ecc811046f911cd8305f521a (diff) | |
download | drakx-backup-do-not-use-6578585b7001fb6502506fc0049ce0cdfcb27e1b.tar drakx-backup-do-not-use-6578585b7001fb6502506fc0049ce0cdfcb27e1b.tar.gz drakx-backup-do-not-use-6578585b7001fb6502506fc0049ce0cdfcb27e1b.tar.bz2 drakx-backup-do-not-use-6578585b7001fb6502506fc0049ce0cdfcb27e1b.tar.xz drakx-backup-do-not-use-6578585b7001fb6502506fc0049ce0cdfcb27e1b.zip |
some more languages not supported on console
-rw-r--r-- | perl-install/lang.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/perl-install/lang.pm b/perl-install/lang.pm index 099034da1..bea910132 100644 --- a/perl-install/lang.pm +++ b/perl-install/lang.pm @@ -1045,8 +1045,8 @@ sub write { } } - #- deactivate translations on console for RTL languages - if (member($locale->{lang}, qw(ar bn fa he hi ko ur yi zh_TW zh_CN))) { + #- deactivate translations on console for most CJK, RTL and complex languages + if (member($locale->{lang}, qw(ar bn fa he hi kn ko pa ug ur yi zh_TW zh_CN))) { #- CONSOLE_NOT_LOCALIZED if defined to yes, disables translations on console #- it is needed for languages not supported by the linux console log::explanations(qq(Disabling tranlsation on console since "$locale->{lang}" is not supported by the console)); |