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 68571af2b7..848410a3fd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2001-09-13 Yanko Kaneti <yaneti@declera.com>
+
+ * configure.in (ALL_LINGUAS): Added bg to ALL_LINGUAS.
+
2001-09-13 Larry Ewing <lewing@ximian.com>
* data/evolution.mime: override the gnome-vfs.mime to match .vcf
diff --git a/configure.in b/configure.in
index 126d29d95f..8bd5088a5b 100644
--- a/configure.in
+++ b/configure.in
@@ -111,7 +111,7 @@ GNOME_COMPILE_WARNINGS
GNOME_X_CHECKS
EVO_CHECK_LIB(gnome-libs, gnome, 1.2.9)
-ALL_LINGUAS="az ca da de el en_GB es fi fr ga gl hu it ja ko lt nl nn no pl pt pt_BR ro ru sk sl sv tr uk"
+ALL_LINGUAS="az bg ca da de el en_GB es fi fr ga gl hu it ja ko lt nl nn no pl pt pt_BR ro ru sk sl sv tr uk"
AM_GNOME_GETTEXT
localedir='$(prefix)/$(DATADIRNAME)/locale'
AC_SUBST(localedir)