summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--perl-install/lang.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/perl-install/lang.pm b/perl-install/lang.pm
index 6c5a8c0d3..d28fb2501 100644
--- a/perl-install/lang.pm
+++ b/perl-install/lang.pm
@@ -638,8 +638,8 @@ my %IM2packages = (
generic => [ qw(scim scim-m17n scim-tables) ],
am => [ qw(scim scim-tables ) ],
ja => [ qw(scim-uim) ],
- 'ko' => [ qw(scim-hangul) ],
- 'zh' => [ qw(scim-chinese scim-tables) ],
+ ko => [ qw(scim-hangul) ],
+ zh => [ qw(scim-chinese scim-tables) ],
},
'scim+uim' => { generic => [ qw(scim-uim) ] },
'uim' => { generic => [ qw(uim-applet) ] },