summaryrefslogtreecommitdiffstats
path: root/perl-install/lang.pm
diff options
context:
space:
mode:
authorYou-Cheng Hsieh <yochenhsieh@mageia.org>2012-09-03 07:48:37 +0000
committerYou-Cheng Hsieh <yochenhsieh@mageia.org>2012-09-03 07:48:37 +0000
commit8c80e62e626abc0bc40ea2174adc59419fcb106f (patch)
treee7efb12f52e6ed27895280915cb0ee6d867851c2 /perl-install/lang.pm
parent3a2047cdf71eaa598418219ce36c126daa524969 (diff)
downloaddrakx-8c80e62e626abc0bc40ea2174adc59419fcb106f.tar
drakx-8c80e62e626abc0bc40ea2174adc59419fcb106f.tar.gz
drakx-8c80e62e626abc0bc40ea2174adc59419fcb106f.tar.bz2
drakx-8c80e62e626abc0bc40ea2174adc59419fcb106f.tar.xz
drakx-8c80e62e626abc0bc40ea2174adc59419fcb106f.zip
Add back scim-hangul, scim-thai
Diffstat (limited to 'perl-install/lang.pm')
-rw-r--r--perl-install/lang.pm4
1 files changed, 4 insertions, 0 deletions
diff --git a/perl-install/lang.pm b/perl-install/lang.pm
index e02729730..9bf86ca25 100644
--- a/perl-install/lang.pm
+++ b/perl-install/lang.pm
@@ -640,6 +640,8 @@ my %IM_config =
generic => sub { qw(scim-m17n scim-tables) },
am => sub { qw(scim-tables) },
ja => sub { qw(scim-anthy) },
+ ko => sub { qw(scim-hangul) },
+ th => sub { qw(scim-thai) },
vi => sub { qw(scim-m17n) },
zh => sub { qw(scim-googlepinyin scim-tables-zh scim-chewing) },
},
@@ -654,6 +656,8 @@ my %IM_config =
generic => sub { qw(scim-m17n scim-tables) },
am => sub { qw(scim-tables) },
ja => sub { qw(scim-anthy) },
+ ko => sub { qw(scim-hangul) },
+ th => sub { qw(scim-thai) },
vi => sub { qw(scim-m17n) },
zh => sub { qw(scim-googlepinyin scim-tables-zh scim-chewing) },
},