summaryrefslogtreecommitdiffstats
path: root/perl-install
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
commite65931ef1276fad9b42c08b296660981e538849d (patch)
treee7efb12f52e6ed27895280915cb0ee6d867851c2 /perl-install
parentfa5bd3865e59c00f87ee7feda543aa3eb7d68bbe (diff)
downloaddrakx-backup-do-not-use-e65931ef1276fad9b42c08b296660981e538849d.tar
drakx-backup-do-not-use-e65931ef1276fad9b42c08b296660981e538849d.tar.gz
drakx-backup-do-not-use-e65931ef1276fad9b42c08b296660981e538849d.tar.bz2
drakx-backup-do-not-use-e65931ef1276fad9b42c08b296660981e538849d.tar.xz
drakx-backup-do-not-use-e65931ef1276fad9b42c08b296660981e538849d.zip
Add back scim-hangul, scim-thai
Diffstat (limited to 'perl-install')
-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) },
},