diff options
author | Funda Wang <fwang@mandriva.org> | 2004-12-19 10:45:25 +0000 |
---|---|---|
committer | Funda Wang <fwang@mandriva.org> | 2004-12-19 10:45:25 +0000 |
commit | 314a5cfc9ef55cc61cbb6ef3327a519e7c64f061 (patch) | |
tree | 748f210df085fbfe4dc9d43e5df6cd5adf564715 /perl-install | |
parent | 9438721f5befc0afaef409b238d7288ede4b92a0 (diff) | |
download | drakx-314a5cfc9ef55cc61cbb6ef3327a519e7c64f061.tar drakx-314a5cfc9ef55cc61cbb6ef3327a519e7c64f061.tar.gz drakx-314a5cfc9ef55cc61cbb6ef3327a519e7c64f061.tar.bz2 drakx-314a5cfc9ef55cc61cbb6ef3327a519e7c64f061.tar.xz drakx-314a5cfc9ef55cc61cbb6ef3327a519e7c64f061.zip |
jp console should not be localized
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/lang.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/lang.pm b/perl-install/lang.pm index fbf19d617..a962651c7 100644 --- a/perl-install/lang.pm +++ b/perl-install/lang.pm @@ -1041,7 +1041,7 @@ sub write { } #- 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))) { + if (member($locale->{lang}, qw(ar bn fa he hi jp 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)); |