diff options
author | Christophe Fergeau <teuf@users.sourceforge.net> | 2003-02-21 04:32:07 +0800 |
---|---|---|
committer | Christophe Fergeau <cfergeau@src.gnome.org> | 2003-02-21 04:32:07 +0800 |
commit | 56ab57c6dcca3c20911ec8ef78c34d6b89f86337 (patch) | |
tree | da924f7def951a3118d016c1d1d4bb98ebab3f9e | |
parent | 104edeee75e1808223e1bf57ab9686e3d53153d3 (diff) | |
download | gsoc2013-epiphany-56ab57c6dcca3c20911ec8ef78c34d6b89f86337.tar.gz gsoc2013-epiphany-56ab57c6dcca3c20911ec8ef78c34d6b89f86337.tar.zst gsoc2013-epiphany-56ab57c6dcca3c20911ec8ef78c34d6b89f86337.zip |
added fr.po to ALL_LINGUAS
2003-02-20 Christophe Fergeau <teuf@users.sourceforge.net>
* configure.in: added fr.po to ALL_LINGUAS
-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") |