Roundcube Community Forum

Release Support => Pending Issues => Topic started by: sylvain_floury on August 20, 2006, 06:36:25 AM

Title: spellcheck language problem
Post by: sylvain_floury on August 20, 2006, 06:36:25 AM
Hi,

There seems to be a little problem with the spellcheck language selection. Roundcube is setup in french but the spellcheck is in english.

I modified the spell.inc file :
# $path = "/tbproxy/spell?lang=$lang"
to :
$path = "/tbproxy/spell?lang=fr"

And everythink was ok.
How can i test the value of "$lang " ?

thx !
Title: Re: spellcheck language problem
Post by: yllar on August 20, 2006, 03:23:37 PM
checkout latest svn  ;)
Title: Re: spellcheck language problem
Post by: sylvain_floury on August 20, 2006, 03:58:40 PM
Known bug allready fixed ?

I will tried it tomorow ::)