diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | configure.in | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -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 |