diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1999-03-07 16:00:57 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1999-03-07 16:00:57 +0000 |
commit | ba5248a66ae41f813d3054091cb7b93a43b2115c (patch) | |
tree | 0adc82c768e42ddf1cdda15b93b797d4ad38d225 | |
parent | b115dacc83ddcda0e7e3961be9911fc93572cd4c (diff) | |
download | fetchmail-ba5248a66ae41f813d3054091cb7b93a43b2115c.tar.gz fetchmail-ba5248a66ae41f813d3054091cb7b93a43b2115c.tar.bz2 fetchmail-ba5248a66ae41f813d3054091cb7b93a43b2115c.zip |
Added French support.
svn path=/trunk/; revision=2395
-rw-r--r-- | NEWS | 1 | ||||
-rw-r--r-- | configure.in | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -10,6 +10,7 @@ fetchmail-5.0.0 (): * Patch by Dan Root to solve an endianness problem in IMAP-K4. * Fix lexical-analyzer bug that rejected `set nobouncemail', * Prevent send_bouncemail from stepping on SMTP antispam response. +* Added French internationalization (LC_ALL=fr) from Guy Brand. There are 262 people on fetchmail-friends and 356 on fetchmail-announce. diff --git a/configure.in b/configure.in index 89a48ee3..79c7ddc3 100644 --- a/configure.in +++ b/configure.in @@ -65,7 +65,7 @@ fi # Arnaldo Carvalho de Melo <acme@conectiva.com.br> # Sat Nov 7 15:39:03 EDT 1998 -ALL_LINGUAS="pt_BR es pl" +ALL_LINGUAS="pt_BR es pl fr" AM_GNU_GETTEXT |