summaryrefslogtreecommitdiffstats
path: root/perl-install/lang.pm
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2004-11-30 11:57:02 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2004-11-30 11:57:02 +0000
commit5b89deb083c7c187457afd9764f2ddc0542073a5 (patch)
treee6f7814474171568537a066b09d6f347a72bca61 /perl-install/lang.pm
parente36755ce9e05cbc71812fc50479420d4e7d78a00 (diff)
downloaddrakx-backup-do-not-use-5b89deb083c7c187457afd9764f2ddc0542073a5.tar
drakx-backup-do-not-use-5b89deb083c7c187457afd9764f2ddc0542073a5.tar.gz
drakx-backup-do-not-use-5b89deb083c7c187457afd9764f2ddc0542073a5.tar.bz2
drakx-backup-do-not-use-5b89deb083c7c187457afd9764f2ddc0542073a5.tar.xz
drakx-backup-do-not-use-5b89deb083c7c187457afd9764f2ddc0542073a5.zip
install scim-anthy as well for japanese users
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 361bb3b6c..d59bd331f 100644
--- a/perl-install/lang.pm
+++ b/perl-install/lang.pm
@@ -638,7 +638,7 @@ my %IM2packages = (
'scim' => {
generic => [ qw(scim scim-m17n scim-tables) ],
am => [ qw(scim scim-tables ) ],
- ja => [ qw(scim-uim) ],
+ ja => [ qw(scim-anthy scim-uim) ],
ko => [ qw(scim-hangul) ],
zh => [ qw(scim-chinese scim-tables) ],
},