summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--configure.in2
-rw-r--r--po/ChangeLog4
3 files changed, 9 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index c7dca33..de7624d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2003-01-20 Christian Rose <menthos@menthos.com>
+
+ * configure.in: Added "sv" to ALL_LINGUAS.
+
2003-01-19 Mike Newman <mike@gtnorthern.demon.co.uk>
* help/C/zenity.xml: s/data-format/date-format/ in calendar help.
diff --git a/configure.in b/configure.in
index 4c69e5e..a04b1d3 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
diff --git a/po/ChangeLog b/po/ChangeLog
index 8ca75e5..c351014 100644
--- a/po/ChangeLog
+++ b/po/ChangeLog
@@ -1,5 +1,9 @@
2003-01-20 Christian Rose <menthos@menthos.com>
+ * sv.po: Added Swedish translation.
+
+2003-01-20 Christian Rose <menthos@menthos.com>
+
* .cvsignore: Added more entries.
2003-01-19 Ole Laursen <olau@hardworking.dk>