summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--configure.ac2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 55918ea..300a346 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2007-07-07 Jorg Schuler <jcsjcs at users.sourceforge.net>
+
+ * configure.ac
+ po/ro.po: added Romanian catalog. Thanks to Alex Eftimie.
+
2007-07-05 Todd Zullinger <tmzullinger at users.sourceforge.net>
* configure.ac:
diff --git a/configure.ac b/configure.ac
index 7f2928a..eadb9b8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -92,7 +92,7 @@ AM_CONDITIONAL(HAVE_GDKPIXBUF, test x"$have_gdkpixbuf" = xyes)
dnl **************************************************
dnl * internationalization support
dnl **************************************************
-ALL_LINGUAS="de es fr he it ja sv"
+ALL_LINGUAS="de es fr he it ja ro sv"
GETTEXT_PACKAGE=libgpod
AC_SUBST(GETTEXT_PACKAGE)