Author Topic: spellcheck language problem  (Read 4619 times)

Offline sylvain_floury

  • Newbie
  • *
  • Posts: 2
spellcheck language problem
« 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 !

Offline yllar

  • Full Member
  • ***
  • Posts: 106
Re: spellcheck language problem
« Reply #1 on: August 20, 2006, 03:23:37 PM »
checkout latest svn  ;)
irc://irc.freenode.net:6667/#roundcube

Offline sylvain_floury

  • Newbie
  • *
  • Posts: 2
Re: spellcheck language problem
« Reply #2 on: August 20, 2006, 03:58:40 PM »
Known bug allready fixed ?

I will tried it tomorow ::)