summaryrefslogtreecommitdiffstats
path: root/perl-install/lang.pm
diff options
context:
space:
mode:
authorFunda Wang <fwang@mandriva.org>2005-01-03 01:14:05 +0000
committerFunda Wang <fwang@mandriva.org>2005-01-03 01:14:05 +0000
commit28263349a63896ca9b540b14922e46bc053cd552 (patch)
tree0708e492a451978653c480b0a58fef00b640e78f /perl-install/lang.pm
parentbc7f26f382552f46f101e8796a691b7e1b360249 (diff)
downloaddrakx-28263349a63896ca9b540b14922e46bc053cd552.tar
drakx-28263349a63896ca9b540b14922e46bc053cd552.tar.gz
drakx-28263349a63896ca9b540b14922e46bc053cd552.tar.bz2
drakx-28263349a63896ca9b540b14922e46bc053cd552.tar.xz
drakx-28263349a63896ca9b540b14922e46bc053cd552.zip
s/jp/ja. Corrected spelling of locale ja
Diffstat (limited to 'perl-install/lang.pm')
-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 a962651c7..799ebbe64 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 jp kn ko pa ug ur yi zh_TW zh_CN))) {
+ if (member($locale->{lang}, qw(ar bn fa he hi ja 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));