summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorChristian Rose <menthos@menthos.com>2003-01-19 23:31:49 +0000
committerChristian Rose <menthos@src.gnome.org>2003-01-19 23:31:49 +0000
commit5fa761d957bded40e4b33f37f9c3609c5066c8ce (patch)
tree2f00acaf3821acb9d97db1eabc51b28968c84972 /configure.in
parentAdded more entries. (diff)
downloadzenity-5fa761d957bded40e4b33f37f9c3609c5066c8ce.tar.gz
zenity-5fa761d957bded40e4b33f37f9c3609c5066c8ce.tar.bz2
zenity-5fa761d957bded40e4b33f37f9c3609c5066c8ce.zip
Added "sv" to ALL_LINGUAS. Added Swedish translation.
2003-01-20 Christian Rose <menthos@menthos.com> * configure.in: Added "sv" to ALL_LINGUAS. * sv.po: Added 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 4c69e5e4..a04b1d30 100644
--- a/configure.in
+++ b/configure.in
@@ -42,7 +42,7 @@ dnl *******************************
dnl Internationalization
dnl *******************************
-ALL_LINGUAS="da"
+ALL_LINGUAS="da sv"
GETTEXT_PACKAGE=zenity-0.1
AC_SUBST(GETTEXT_PACKAGE)
AM_GLIB_GNU_GETTEXT
bgstack15