summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Mastrukov <dmitrym@src.gnome.org>2003-02-26 05:17:17 +0000
committerDmitry Mastrukov <dmitrym@src.gnome.org>2003-02-26 05:17:17 +0000
commit3dffe0c35b52cdf143337b910bd34f382d8d4dd4 (patch)
treed7619a6539602c9cd1fd23992bad5638f7b7b170
parente933039d83920f61458416595fbd09e57a637fe7 (diff)
downloadmetacity-3dffe0c35b52cdf143337b910bd34f382d8d4dd4.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 da323aac..d793268c 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-22 Havoc Pennington <hp@pobox.com>
* src/display.c (event_callback): fix to unfocus window only when
diff --git a/configure.in b/configure.in
index e3501bc8..360aacba 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 et 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 et 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