diff options
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/lang.pm | 4 | ||||
-rw-r--r-- | perl-install/share/rpmsrate | 2 |
2 files changed, 3 insertions, 3 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' ] }, ); diff --git a/perl-install/share/rpmsrate b/perl-install/share/rpmsrate index ee10d8a16..787c20f3e 100644 --- a/perl-install/share/rpmsrate +++ b/perl-install/share/rpmsrate @@ -587,7 +587,7 @@ CAT_X 5 icewm-light 5 HIGH_SECURITY mountloop 5 LOCALES"zh" || LOCALES"am" scim-tables - 5 LOCALES"ja" scim-anthy scim-uim + 5 LOCALES"ja" scim-anthy scim-uim uim-anthy 5 LOCALES"ja" !CAT_KDE uim-gtk 5 LOCALES"ja" CAT_KDE uim-qt 5 LOCALES"ko" scim-hangul |