aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--configure.in2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 6a091a85a..e51de26d3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2003-05-22 Dmitry G. Mastrukov <dmitry@taurussoft.org>
+
+ * configure.in: Added Belarusian to ALL_LINGUAS.
+
2003-05-21 Xan Lopez <xan@masilla.org>
* src/bookmarks/ephy-new-bookmark.c: (ephy_new_bookmark_is_unique):
diff --git a/configure.in b/configure.in
index 66a9dc1b6..242789b84 100644
--- a/configure.in
+++ b/configure.in
@@ -209,7 +209,7 @@ dnl Internationalization
dnl *******************************
dnl Add the languages which your application supports here.
-ALL_LINGUAS="am ca cs da de el es fr hu ja ko nl ms no pl pt pt_BR ru sr sr@Latn sv tr zh_TW"
+ALL_LINGUAS="am be ca cs da de el es fr hu ja ko nl ms no pl pt pt_BR ru sr sr@Latn sv tr zh_TW"
GETTEXT_PACKAGE=epiphany-2.0
AC_SUBST(GETTEXT_PACKAGE)
AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE,"$GETTEXT_PACKAGE")