Hello Martin,

Done (with work around about ispell).
What is the difference between Config.pm and Defaults.pm.
I saw a conversation http://lists.otrs.org/pipermail/otrs/2004-July/005642.html
and there were some instructions for Defaults.pm, not for Config.pm.

Thankx,

Daniel

Wednesday, September 1, 2004, 8:37:09 AM, you wrote:

Martin> Hi Daniel,

Martin> On Tue, Aug 31, 2004 at 01:35:34PM +0300, Daniel Balan wrote:
>> Is the Spanish spell check available in OTRS 1.2.3 ?
>> If so how can I enable it ?
>> Are there any other spell checkers available ?

Martin> OTRS can use ispell
Martin> (http://ficus-www.cs.ucla.edu/geoff/ispell.html) 
Martin> or aspell (http://aspell.net/) and many dictionaries in many 
Martin> languages are avialable.

Martin> See:
Martin> http://ficus-www.cs.ucla.edu/geoff/ispell-dictionaries.html

Martin> You need to install ispell and the dictionaries. Then you have
Martin> for configure Kernel/Config.pm and add your new dictionaries to
PreferencesGroups->>SpellDict->Data:

Martin> [Kernel/Config.pm]

Martin>     $Self->{SpellChecker} = '/usr/bin/ispell';
Martin>     $Self->{SpellCheckerDictDefault} = 'english';

Martin>     $Self->{PreferencesGroups}->{SpellDict} = {
Martin>         Colum => 'Other Options',
Martin>         Label => 'Spelling Dictionary',
Martin>         Desc => 'Select your default spelling dictionary.',
Martin>         Type => 'Generic',
Martin>         Data => {
Martin>             # installed dict catalog (check your
Martin> insalled catalogues, e. g. deutsch -=> german!)
Martin>             # dict => frontend (ispell)
Martin>             'english' => 'English',
Martin>             'deutsch' => 'Deutsch',
Martin>             # dict => frontend (aspell)
Martin> #            'english' => 'English',
Martin> #            'german' => 'Deutsch',
Martin>         },
Martin>         PrefKey => 'UserSpellDict',
Martin>         Activ => 1,
Martin>     };
Martin> [...]

>> Cheers
>> Daniel

Martin>   Martin Edenhofer

Martin> --
Martin> ((otrs.de)) :: OTRS GmbH :: Norsk-Data-Str. 1 :: 61352 Bad Homburg
Martin>         http://www.otrs.de/ :: Manage your communication! 

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





-- 
This message was scanned for spam and viruses by BitDefender
For more information please visit http://www.bitdefender.com/

_______________________________________________
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