summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKwok-Koon Cheung <baddog@src.gnome.org>2003-01-29 06:50:33 +0000
committerKwok-Koon Cheung <baddog@src.gnome.org>2003-01-29 06:50:33 +0000
commit63597c1fe07b760c5d2649de4fcaaa1064d96cf5 (patch)
tree090d4c03365f47f9e05ffc2bf1f0303e87466381
parentb35850ac017b4e98983aa775c0df6ced617178b6 (diff)
downloadmetacity-63597c1fe07b760c5d2649de4fcaaa1064d96cf5.tar.gz
Global fix of ALL_LINGUAS for GNOME 2.2
-rw-r--r--ChangeLog4
-rw-r--r--configure.in2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 15b596cc..bb9890a3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2003-01-29 Abel Cheung <maddog@linux.org.hk>
+
+ * configure.in: Added en_GB nl to ALL_LINGUAS
+
2003-01-29 Havoc Pennington <hp@pobox.com>
* src/menu.c (meta_window_menu_new): don't create workspaces
diff --git a/configure.in b/configure.in
index 3b939d1d..707248f3 100644
--- a/configure.in
+++ b/configure.in
@@ -116,7 +116,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 az bg ca cs da de el es fi fr gl he hu it ja ko lv mk mn ms no pl pt pt_BR ro ru sl sk sv tr uk vi zh_CN zh_TW"
+ALL_LINGUAS="am az bg ca cs da de el en_GB es fi fr gl he hu it ja ko lv mk mn ms nl no pl pt pt_BR ro ru sl sk sv tr uk vi zh_CN zh_TW"
AM_GLIB_GNU_GETTEXT
## here we get the flags we'll actually use