diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | configure.in | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -1,3 +1,7 @@ +2003-02-20 Christophe Fergeau <teuf@users.sourceforge.net> + + * configure.in: added fr.po to ALL_LINGUAS + 2003-02-20 Marco Pesenti Gritti <marco@it.gnome.org> * lib/widgets/ephy-editable-toolbar.c: (do_merge), (ensure_action), diff --git a/configure.in b/configure.in index 54ee60716..284cd602e 100644 --- a/configure.in +++ b/configure.in @@ -145,7 +145,7 @@ dnl Internationalization dnl ******************************* dnl Add the languages which your application supports here. -ALL_LINGUAS="am da de es hu nl no sv tr zh_TW" +ALL_LINGUAS="am da de es fr hu nl no sv tr zh_TW" GETTEXT_PACKAGE=epiphany-2.0 AC_SUBST(GETTEXT_PACKAGE) AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE,"$GETTEXT_PACKAGE") |