aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Hydén <ahyden@src.gnome.org>2000-04-04 02:04:10 +0800
committerAndreas Hydén <ahyden@src.gnome.org>2000-04-04 02:04:10 +0800
commit3fe29852dee8835e8250f4067d10ba00aacce81e (patch)
tree5d6d509bfff94a3a8b58c1f83adbe030c17e46b1
parent1790d17d6b86b57cca5e721ea920e0b7cdf660bf (diff)
downloadgsoc2013-evolution-3fe29852dee8835e8250f4067d10ba00aacce81e.tar
gsoc2013-evolution-3fe29852dee8835e8250f4067d10ba00aacce81e.tar.gz
gsoc2013-evolution-3fe29852dee8835e8250f4067d10ba00aacce81e.tar.bz2
gsoc2013-evolution-3fe29852dee8835e8250f4067d10ba00aacce81e.tar.lz
gsoc2013-evolution-3fe29852dee8835e8250f4067d10ba00aacce81e.tar.xz
gsoc2013-evolution-3fe29852dee8835e8250f4067d10ba00aacce81e.tar.zst
gsoc2013-evolution-3fe29852dee8835e8250f4067d10ba00aacce81e.zip
Added no and sv to ALL_LINGUAS
svn path=/trunk/; revision=2282
-rw-r--r--ChangeLog4
-rw-r--r--configure.in2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 8c2563f42b..033370314b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2000-04-04 Andreas Hyden <a.hyden@cyberpoint.se>
+
+ * configure.in: Added no and sv to ALL_LINGUAS.
+
2000-04-03 Christopher James Lahey <clahey@helixcode.com>
* addressbook/backend/ebook/e-card-cursor.h,
diff --git a/configure.in b/configure.in
index d36d9070a3..39c695e6d4 100644
--- a/configure.in
+++ b/configure.in
@@ -38,7 +38,7 @@ AC_PROG_MAKE_SET
AC_PATH_PROG(SENDMAIL, sendmail, /usr/sbin/sendmail, /usr/sbin:/usr/lib)
AC_DEFINE_UNQUOTED(SENDMAIL_PATH, "$SENDMAIL")
-ALL_LINGUAS=""
+ALL_LINGUAS="no sv"
AM_GNOME_GETTEXT