
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)) :: OTRS GmbH :: Norsk-Data-Str. 1 :: 61352 Bad Homburg http://www.otrs.de/ :: Manage your communication!