diff options
-rw-r--r-- | perl-install/lang.pm | 4 |
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) }, }, |