summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFunda Wang <fwang@mandriva.org>2004-12-19 10:38:37 +0000
committerFunda Wang <fwang@mandriva.org>2004-12-19 10:38:37 +0000
commit807999cefdbd76414f816175507c6b5948fceff1 (patch)
tree9749a75d2f56a43ed9bce4ffec317b8af5cb0205
parent819f592645b0f45fd281c467f151a3cca619f116 (diff)
downloaddrakx-backup-do-not-use-807999cefdbd76414f816175507c6b5948fceff1.tar
drakx-backup-do-not-use-807999cefdbd76414f816175507c6b5948fceff1.tar.gz
drakx-backup-do-not-use-807999cefdbd76414f816175507c6b5948fceff1.tar.bz2
drakx-backup-do-not-use-807999cefdbd76414f816175507c6b5948fceff1.tar.xz
drakx-backup-do-not-use-807999cefdbd76414f816175507c6b5948fceff1.zip
jp console should not be localized
-rw-r--r--perl-install/lang.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/lang.pm b/perl-install/lang.pm
index f80aace9c..8ff6d581e 100644
--- a/perl-install/lang.pm
+++ b/perl-install/lang.pm
@@ -1059,7 +1059,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));