Hi Christian,

Thanks a lot!!
French dictionnary with ispell works very good.

jb

Le vendredi 12 août 2005 à 11:10 +0200, Christian Schoepplein a écrit :
> Hi Jean-Bruno,
> 
> On Thu, Aug 11, 2005 at 03:48:08PM +0200, Emonet Jean-Bruno wrote:
> >I want to set up the french spell checker.
> >Somebody has got an example of file Config.pm with another
> >languages(except english or Deutsh)
> 
> If the spellchecker is already activated, copy the following lines into 
> your Config.pm. I added an example for the ispell French dictionary.
> 
>     $Self->{PreferencesGroups}->{SpellDict} = {
>         Module => 'Kernel::Output::HTML::PreferencesGeneric',
>         Colum => 'Other Options',
>         Label => 'Spelling Dictionary',
>         Desc => 'Select your default spelling dictionary.',
>         Data => {
>             # installed dict catalog (check your insalled catalogues, e. g. 
> deutsch -=> german!)
>             # dict => frontend (ispell)
>             'english' => 'English',
>             'deutsch' => 'Deutsch',
>             'francais' => 'Francais',
>             # dict => frontend (aspell)
> #            'english' => 'English',
> #            'german' => 'Deutsch',
>         },
>         PrefKey => 'UserSpellDict',
>         Prio => 5000,
>         Activ => 1,
>     };
> 
> No your agents can select via their preferences page the dictionary.
> 
> Kind regards,
> Christian
> 
> _______________________________________________
> OTRS mailing list: otrs - Webpage: http://otrs.org/
> Archive: http://lists.otrs.org/pipermail/otrs
> To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs
> Support oder Consulting fr Ihr OTRS System?
> => http://www.otrs.de/

_______________________________________________
OTRS mailing list: otrs - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/otrs
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs
Support oder Consulting f�r Ihr OTRS System?
=> http://www.otrs.de/

Reply via email to