diff --git a/ChangeLog b/ChangeLog index aa4a01b03..d85a0c597 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,6 @@ +2008-02-23 Jerome Rapinat + * configure.in : allow Slovenian support + 2008-02-22 Raphael Ackermann * ViewManager.py * gen/db/iterator.py diff --git a/configure.in b/configure.in index 96c9671b5..87225732d 100644 --- a/configure.in +++ b/configure.in @@ -40,7 +40,7 @@ AC_SUBST(RELEASE) AC_SUBST(VERSIONSTRING) dnl Add the languages which your application supports here. -ALL_LINGUAS="hu zh_CN cs da de es fr it nb nl no pl pt_BR ro ru sv eo fi lt sk tr bg hr" +ALL_LINGUAS="hu zh_CN cs da de es fr it nb nl no pl pt_BR ro ru sv eo fi lt sk tr bg hr sl" GETTEXT_PACKAGE=gramps AC_SUBST(GETTEXT_PACKAGE) AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE,"$GETTEXT_PACKAGE", [Define to the Gettext package name.])