summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAbel Cheung <maddog@linuxhall.org>2005-12-27 22:27:41 +0000
committerKwok-Koon Cheung <baddog@src.gnome.org>2005-12-27 22:27:41 +0000
commit9bac9111751a4d0f8958c4c1b82b756ae1b46613 (patch)
treeeebb6e96348f65fb6ca34d407514e639bc124e33
parent197b2b2032ae8152c5ade99572893ee023034dad (diff)
downloadatk-9bac9111751a4d0f8958c4c1b82b756ae1b46613.tar.gz
Added "zh_HK" to ALL_LINGUAS.
2005-12-27 Abel Cheung <maddog@linuxhall.org> * configure.in: Added "zh_HK" to ALL_LINGUAS.
-rw-r--r--ChangeLog4
-rw-r--r--configure.in2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 5f36df3..6d8b779 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2005-12-27 Abel Cheung <maddog@linuxhall.org>
+
+ * configure.in: Added "zh_HK" to ALL_LINGUAS.
+
2005-11-16 Bill Haneman <bill.haneman@sun.com>
* atk/atkimage.c:
diff --git a/configure.in b/configure.in
index 95b7c42..96d58b5 100644
--- a/configure.in
+++ b/configure.in
@@ -173,7 +173,7 @@ PKG_CHECK_MODULES(DEP, glib-2.0 >= $GLIB_REQUIRED_VERSION $GLIB_PACKAGES, ,
# Rerun PKG_CONFIG to add gthread-2.0 cflags, but not libs
DEP_CFLAGS=`$PKG_CONFIG --cflags $GLIB_PACKAGES gthread-2.0`
-ALL_LINGUAS="af am ar as az be bg bn bs ca cs cy da de el en_CA en_GB eo es et eu fa fi fr ga gl gu he hi hr hu id is it ja kn ko li lt lv mk ml mn mr ms nb ne nl nn no pa pl pt pt_BR ro ru rw sk sl sq sr sr@Latn sr@ije sv ta th tk tr ug uk vi wa xh yi zh_CN zh_TW"
+ALL_LINGUAS="af am ar as az be bg bn bs ca cs cy da de el en_CA en_GB eo es et eu fa fi fr ga gl gu he hi hr hu id is it ja kn ko li lt lv mk ml mn mr ms nb ne nl nn no pa pl pt pt_BR ro ru rw sk sl sq sr sr@Latn sr@ije sv ta th tk tr ug uk vi wa xh yi zh_CN zh_HK zh_TW"
AM_GLIB_GNU_GETTEXT
AM_GLIB_DEFINE_LOCALEDIR(ATK_LOCALEDIR)