French

Dave Peticolas dave@krondo.com
Tue, 12 Sep 2000 11:57:22 -0700


LAMBERT Bernard writes:
> This is a multi-part message in MIME format.
> --------------3CF671093EF555AE9B5BD5B5
> Content-Type: text/plain; charset=us-ascii
> Content-Transfer-Encoding: 7bit
> 
> Hi
> 
> I try ( just begin ) gnucash.
> 
> i got a menu which is haft in english and half in french
> 
> where is the mistake ?
> 
> I use suse 6.3 and i have build gnucash

When you run ./configure, make sure the LINGUAS environment
variable is *not* set to any value.

unset LINGUAS

When you run GnuCash, make sure the LANG environment variable is set

export LANG=fr_FR

dave