diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2004-09-06 09:26:13 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2004-09-06 09:26:13 +0000 |
commit | 9bd6a9ea4f28b8b45a17fa8995547c179aecdebf (patch) | |
tree | 9664c51cca79367217a20a77afe7343885753c4e /perl-install/lang.pm | |
parent | c4bdf0e86a587d4caf4091f9e9b23716e15a4f5c (diff) | |
download | drakx-9bd6a9ea4f28b8b45a17fa8995547c179aecdebf.tar drakx-9bd6a9ea4f28b8b45a17fa8995547c179aecdebf.tar.gz drakx-9bd6a9ea4f28b8b45a17fa8995547c179aecdebf.tar.bz2 drakx-9bd6a9ea4f28b8b45a17fa8995547c179aecdebf.tar.xz drakx-9bd6a9ea4f28b8b45a17fa8995547c179aecdebf.zip |
remove uneeded quotes
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 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) ] }, |