From 401489a11a5bf8d8959f72152b83ab5c6c9dd727 Mon Sep 17 00:00:00 2001 From: Funda Wang Date: Tue, 4 Jan 2005 22:14:48 +0000 Subject: backport s/jp/ja/ fix from HEAD --- perl-install/lang.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl-install/lang.pm b/perl-install/lang.pm index 8ff6d581e..5413f85a7 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 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)); -- cgit v1.2.1