diff options
Diffstat (limited to 'perl-install/lang.pm')
-rw-r--r-- | perl-install/lang.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/perl-install/lang.pm b/perl-install/lang.pm index 8f3237d1c..73cc52aac 100644 --- a/perl-install/lang.pm +++ b/perl-install/lang.pm @@ -479,8 +479,8 @@ my %im_xim_program = 'zh_CN.UTF-8' => 'chinput -gb', 'zh_HK' => 'chinput -big5', 'zh_HK.UTF-8' => 'chinput -big5', - 'zh_SG' => 'chinput -gb', - 'zh_SG.UTF-8' => 'chinput -gb', + 'en_SG' => 'chinput -gb', + 'en_SG.UTF-8' => 'chinput -gb', 'zh_TW' => 'chinput -big5', 'zh_TW.UTF-8' => 'chinput -big5', }, |