summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorChristian Rose <menthos@menthos.com>2004-02-22 01:34:08 +0000
committerChristian Rose <menthos@src.gnome.org>2004-02-22 01:34:08 +0000
commit5a28c4c423d28551cfdd0341e0f4bc8dc0e515ef (patch)
tree7a5fdc6044c4d40ff901c19809b363d94c64bfe2 /configure.in
parentf1701a751f389aee17f7d92cc60114e5d81211c0 (diff)
downloadmetacity-5a28c4c423d28551cfdd0341e0f4bc8dc0e515ef.tar.gz
Added "en_CA" to ALL_LINGUAS. Added Canadian English translation by Adam
2004-02-22 Christian Rose <menthos@menthos.com> * configure.in: Added "en_CA" to ALL_LINGUAS. * po/en_CA.po: Added Canadian English translation by Adam Weinberger <adamw@FreeBSD.org>.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 15f25704..1b8d1de1 100644
--- a/configure.in
+++ b/configure.in
@@ -134,7 +134,7 @@ AC_ARG_ENABLE(shape, [ --disable-shape disable metacity's use
## try definining HAVE_BACKTRACE
AC_CHECK_HEADERS(execinfo.h, [AC_CHECK_FUNCS(backtrace)])
-ALL_LINGUAS="am ar az be bg bn ca cs cy da de el en_GB es fa fi fr ga gl he hi hr hu id is it ja ko lt lv mk ml mn ms nl nn no pl pt pt_BR ro ru sl sk sq sr sr@Latn sv ta tr uk vi wa zh_CN zh_TW"
+ALL_LINGUAS="am ar az be bg bn ca cs cy da de el en_CA en_GB es fa fi fr ga gl he hi hr hu id is it ja ko lt lv mk ml mn ms nl nn no pl pt pt_BR ro ru sl sk sq sr sr@Latn sv ta tr uk vi wa zh_CN zh_TW"
AM_GLIB_GNU_GETTEXT
## here we get the flags we'll actually use