summaryrefslogtreecommitdiffstats
path: root/perl-install/lang.pm
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install/lang.pm')
-rw-r--r--perl-install/lang.pm5
1 files changed, 4 insertions, 1 deletions
diff --git a/perl-install/lang.pm b/perl-install/lang.pm
index 8499ea6ec..46d0dcbf1 100644
--- a/perl-install/lang.pm
+++ b/perl-install/lang.pm
@@ -649,6 +649,7 @@ my %IM_config =
am => sub { qw(scim-tables) },
ja => sub { qw(scim-anthy scim-input-pad scim-tomoe) },
ko => sub { qw(scim-hangul) },
+ th => sub { qw(scim-thai) },
vi => sub { qw(scim-m17n) },
zh => sub { qw(scim-pinyin scim-tables scim-chewing) },
},
@@ -658,13 +659,14 @@ my %IM_config =
GTK_IM_MODULE => 'scim-bridge',
XIM_PROGRAM => 'scim -d',
XMODIFIERS => '@im=SCIM',
- default_for_lang => 'am ja ko vi zh_CN zh_TW',
+ default_for_lang => 'am ja ko th vi zh_CN zh_TW',
packages => {
common => sub { if_($is_kde3, 'scim-bridge-qt3'), if_($is_kde4, 'scim-bridge-qt4') },
generic => sub { qw(scim-m17n scim-tables) },
am => sub { qw(scim-tables) },
ja => sub { qw(scim-anthy scim-input-pad scim-tomoe) },
ko => sub { qw(scim-hangul) },
+ th => sub { qw(scim-thai) },
vi => sub { qw(scim-m17n) },
zh => sub { qw(scim-pinyin scim-tables scim-chewing) },
},
@@ -691,6 +693,7 @@ my %IM_config =
am => sub { qw(skim-scim-tables) },
ja => sub { qw(skim-scim-anthy scim-input-pad scim-tomoe) },
ko => sub { qw(scim-hangul-skim) },
+ th => sub { qw(scim-thai) },
vi => sub { qw(skim scim-m17n) },
zh => sub { qw(skim-scim-pinyin skim-scim-tables scim-chewing) },
},