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 /configure.in | |
parent | 104edeee75e1808223e1bf57ab9686e3d53153d3 (diff) | |
download | gsoc2013-epiphany-56ab57c6dcca3c20911ec8ef78c34d6b89f86337.tar gsoc2013-epiphany-56ab57c6dcca3c20911ec8ef78c34d6b89f86337.tar.gz gsoc2013-epiphany-56ab57c6dcca3c20911ec8ef78c34d6b89f86337.tar.bz2 gsoc2013-epiphany-56ab57c6dcca3c20911ec8ef78c34d6b89f86337.tar.lz gsoc2013-epiphany-56ab57c6dcca3c20911ec8ef78c34d6b89f86337.tar.xz 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
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
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") |