summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorChristian Rose <menthos@menthos.com>2002-01-10 01:06:34 +0000
committerChristian Rose <menthos@src.gnome.org>2002-01-10 01:06:34 +0000
commit91d640c7a9401a4ef1f4d0ab927c7ccc4d7d5136 (patch)
treec58593546ae84dfbd65d3475fdd0175590431a4a /configure.in
parent6c0e72e9768fa4db7ae86b95c97a763925708d5e (diff)
downloadyelp-91d640c7a9401a4ef1f4d0ab927c7ccc4d7d5136.tar.gz
Added "nl" to ALL_LINGUAS. Added missing files. Updated Swedish
2002-01-10 Christian Rose <menthos@menthos.com> * configure.in: Added "nl" to ALL_LINGUAS. * po/POTFILES.in: Added missing files. * po/sv.po: Updated Swedish translation.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index b8b81f3b..fc2b5215 100644
--- a/configure.in
+++ b/configure.in
@@ -27,7 +27,7 @@ GETTEXT_PACKAGE=yelp
AC_SUBST(GETTEXT_PACKAGE)
AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE,"$GETTEXT_PACKAGE")
-ALL_LINGUAS="az de es no pt sk sv tr uk wa"
+ALL_LINGUAS="az de es nl no pt sk sv tr uk wa"
AM_GLIB_GNU_GETTEXT
if test "x$prefix" = "xNONE"; then