diff options
Diffstat (limited to 'perl-install/lang.pm')
-rw-r--r-- | perl-install/lang.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/perl-install/lang.pm b/perl-install/lang.pm index 0241c6953..713c86dbb 100644 --- a/perl-install/lang.pm +++ b/perl-install/lang.pm @@ -646,12 +646,12 @@ my %IM2packages = ( 'scim' => { generic => [ qw(scim scim-m17n scim-tables) ], am => [ qw(scim scim-tables ) ], - ja => [ qw(scim-anthy scim-uim) ], + ja => [ qw(scim-anthy scim-uim uim-anthy) ], ko => [ qw(scim-hangul) ], zh => [ qw(scim-pinyin scim-tables scim-chewing) ], }, 'scim+uim' => { generic => [ qw(scim-uim) ] }, - 'uim' => { generic => [ qw(uim-gtk) ] }, + 'uim' => { generic => [ qw(uim-gtk uim-anthy) ] }, 'vi' => { generic => [ 'x-unikey' ] }, ); |