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 8df5c59e9..30bb35880 100644 --- a/perl-install/lang.pm +++ b/perl-install/lang.pm @@ -646,10 +646,10 @@ my %IM2packages = ( am => [ qw(scim scim-tables ) ], ja => [ qw(scim-anthy scim-uim) ], ko => [ qw(scim-hangul) ], - zh => [ qw(scim-chinese scim-tables scim-chewing) ], + zh => [ qw(scim-pinyin scim-tables scim-chewing) ], }, 'scim+uim' => { generic => [ qw(scim-uim) ] }, - 'uim' => { generic => [ qw(uim-applet) ] }, + 'uim' => { generic => [ qw(uim-gtk) ] }, 'vi' => { generic => [ 'x-unikey' ] }, ); |