On Mon, 2005-10-24 at 08:34 +0200, B. Zhang wrote:
> On Mon, 2005-10-24 at 09:08 +0300, Matti Pöllä wrote:
> > On Sun, Oct 23, 2005 at 04:26:32PM +0200, B. Zhang wrote:
> > >
> > > I found why. This problem appears when using language "fr".
> > > The spell check works fine if I use language "en".
> > 
> > Ok, good. I'm assuming that the button was missing just because of a
> > missing ispell dictionary and thus the bug could be closed.
> > 
> I am not sure this is a dictionary problem.
> I tested lang=de,zh , I could see the button, but I don't have the two
> dictionaries. 
> I use aspell 0.60.3-5 and aspell-fr 0.50-3-6.
> 
I know why this problem now.

In french, we use text like this : Vérifier l'orthographe
In the file /usr/share/dokuwiki/inc/lang/fr/lang.php
I had 
$lang['spell_start'] = 'Vérifier l\'orthographe';
$lang['spell_stop']  = 'Reprendre l\'édition';

I changed this to
$lang['spell_start'] = 'Vérifier orthographe';
$lang['spell_stop']  = 'Reprendre édition';
Now I can use aspell button.

So the use of \' in dokuwiki for produce the text ' is a problem.
I'll also write to dokuwiki mailing list for help. 

Best regards,
Bin


> Best regrads,
> Bin
>  
> > 
> > cheers,
> > 
> > -Matti
> > 

Reply via email to