diff options
author | Funda Wang <fwang@mandriva.org> | 2005-05-09 06:07:51 +0000 |
---|---|---|
committer | Funda Wang <fwang@mandriva.org> | 2005-05-09 06:07:51 +0000 |
commit | 265fcfdb14d846746243f18ba01d899c8ef4a9fa (patch) | |
tree | b5dff83fa7e38f65190cee5c4a3378a05724f8c7 | |
parent | de07139df2d5b9cded0b2c47d222908b5e0118fd (diff) | |
download | drakx-265fcfdb14d846746243f18ba01d899c8ef4a9fa.tar drakx-265fcfdb14d846746243f18ba01d899c8ef4a9fa.tar.gz drakx-265fcfdb14d846746243f18ba01d899c8ef4a9fa.tar.bz2 drakx-265fcfdb14d846746243f18ba01d899c8ef4a9fa.tar.xz drakx-265fcfdb14d846746243f18ba01d899c8ef4a9fa.zip |
Drop uim-anthy for ja locale, because the great improvements of scim-anthy.
http://archives.mandrivalinux.com/cooker-i18n/2005-04/msg00052.php
-rw-r--r-- | perl-install/lang.pm | 2 | ||||
-rw-r--r-- | perl-install/share/rpmsrate | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/perl-install/lang.pm b/perl-install/lang.pm index 3922c47ca..12256d993 100644 --- a/perl-install/lang.pm +++ b/perl-install/lang.pm @@ -657,7 +657,7 @@ my %IM2packages = ( 'scim' => { generic => [ qw(scim scim-m17n scim-tables) ], am => [ qw(scim scim-tables ) ], - ja => [ qw(scim-anthy scim-uim uim-anthy scim-input-pad) ], + ja => [ qw(scim-anthy scim-input-pad) ], ko => [ qw(scim-hangul) ], zh => [ qw(scim-pinyin scim-tables scim-chewing) ], }, diff --git a/perl-install/share/rpmsrate b/perl-install/share/rpmsrate index cdd452465..a0e113eb9 100644 --- a/perl-install/share/rpmsrate +++ b/perl-install/share/rpmsrate @@ -585,7 +585,7 @@ CAT_X 5 icewm-light monitor-edid 5 HIGH_SECURITY mountloop 5 LOCALES"zh" || LOCALES"am" scim-tables - 5 LOCALES"ja" scim-anthy scim-uim uim-anthy scim-input-pad + 5 LOCALES"ja" scim-anthy scim-input-pad 5 LOCALES"ja" !CAT_KDE uim-gtk 5 LOCALES"ja" CAT_KDE uim-qt 5 LOCALES"ko" scim-hangul |