From: baddog Date: Thu, 29 Dec 2005 06:04:12 +0000 (+0000) Subject: * configure.in: Add zh_HK, zh_TW to ALL_LINGUAS X-Git-Tag: AT_SPI2_ATK_2_12_0~944 X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fat-spi2-atk.git;a=commitdiff_plain;h=48eb10c69de2d4da028ffa68c60d4844b63190b9 * configure.in: Add zh_HK, zh_TW to ALL_LINGUAS (yes I know that's useless) git-svn-id: http://svn.gnome.org/svn/at-spi/trunk@778 e2bd861d-eb25-0410-b326-f6ed22b6b98c --- diff --git a/ChangeLog b/ChangeLog index 4eb648b..fa12f56 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-12-29 Abel Cheung + + * configure.in: Add zh_HK, zh_TW to ALL_LINGUAS + (yes I know that's useless) + 2005-11-20 Theppitak Karoonboonyanan * configure.in: Added "th" (Thai) to ALL_LINGUAS. diff --git a/configure.in b/configure.in index 04b7905..3785e7c 100644 --- a/configure.in +++ b/configure.in @@ -52,7 +52,7 @@ AM_DISABLE_STATIC AM_PROG_LIBTOOL dnl internationalization support; uncomment if translatable strings are reintroduced -dnl ALL_LINGUAS="ar az be bg bn bs ca cs cy da de el en_CA en_GB eo es et eu fa fi fr gl gu he hi hr hu id is it ja ka ko lt mn mr ms nb ne nl nn no or pa pl pt_BR pt ro ru rw sk sl sq sr@ije sr@Latn sr sv th ug uk vi wa xh zh_CN" +dnl ALL_LINGUAS="ar az be bg bn bs ca cs cy da de el en_CA en_GB eo es et eu fa fi fr gl gu he hi hr hu id is it ja ka ko lt mn mr ms nb ne nl nn no or pa pl pt_BR pt ro ru rw sk sl sq sr@ije sr@Latn sr sv th ug uk vi wa xh zh_CN zh_HK zh_TW" dnl AM_GLIB_GNU_GETTEXT GTK_DOC_CHECK([1.0])