summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Mastrukov <dmitrym@src.gnome.org>2003-02-26 05:14:43 +0000
committerDmitry Mastrukov <dmitrym@src.gnome.org>2003-02-26 05:14:43 +0000
commit4e96dd7ea6a9c1efae56c2415a5a4f5294fdf251 (patch)
tree95fe03dc9dddfa570fe59829d72fa649334b8404
parent6e6e85632a495302c7fe9a8e2c9d22cf34f219ef (diff)
downloadmetacity-4e96dd7ea6a9c1efae56c2415a5a4f5294fdf251.tar.gz
configure.in: Added Belarusian 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 71b0ad25..54ed44d8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2003-02-26 Dmitry G. Mastrukov <dmitry@taurussoft.org>
+
+ * configure.in: Added Belarusian to ALL_LINGUAS.
+
2003-02-26 Mark McLoughlin <mark@skynet.ie>
* src/keybindings.c: (handle_panel_keybinding): release
diff --git a/configure.in b/configure.in
index 73235261..700db1f1 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 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"
+ALL_LINGUAS="am az be 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