summaryrefslogtreecommitdiffstats
path: root/perl-install/lang.pm
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2004-09-06 09:26:13 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2004-09-06 09:26:13 +0000
commit9bd6a9ea4f28b8b45a17fa8995547c179aecdebf (patch)
tree9664c51cca79367217a20a77afe7343885753c4e /perl-install/lang.pm
parentc4bdf0e86a587d4caf4091f9e9b23716e15a4f5c (diff)
downloaddrakx-backup-do-not-use-9bd6a9ea4f28b8b45a17fa8995547c179aecdebf.tar
drakx-backup-do-not-use-9bd6a9ea4f28b8b45a17fa8995547c179aecdebf.tar.gz
drakx-backup-do-not-use-9bd6a9ea4f28b8b45a17fa8995547c179aecdebf.tar.bz2
drakx-backup-do-not-use-9bd6a9ea4f28b8b45a17fa8995547c179aecdebf.tar.xz
drakx-backup-do-not-use-9bd6a9ea4f28b8b45a17fa8995547c179aecdebf.zip
remove uneeded quotes
Diffstat (limited to 'perl-install/lang.pm')
-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) ] },