From 8c80e62e626abc0bc40ea2174adc59419fcb106f Mon Sep 17 00:00:00 2001 From: You-Cheng Hsieh Date: Mon, 3 Sep 2012 07:48:37 +0000 Subject: Add back scim-hangul, scim-thai --- perl-install/lang.pm | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'perl-install/lang.pm') 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) }, }, -- cgit v1.2.1