diff options
author | You-Cheng Hsieh <yochenhsieh@mageia.org> | 2012-09-03 07:48:37 +0000 |
---|---|---|
committer | You-Cheng Hsieh <yochenhsieh@mageia.org> | 2012-09-03 07:48:37 +0000 |
commit | 8c80e62e626abc0bc40ea2174adc59419fcb106f (patch) | |
tree | e7efb12f52e6ed27895280915cb0ee6d867851c2 /perl-install/lang.pm | |
parent | 3a2047cdf71eaa598418219ce36c126daa524969 (diff) | |
download | drakx-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.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) }, }, |