
Hello otrs, 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 ? Cheers Daniel -- This message was scanned for spam and viruses by BitDefender For more information please visit http://www.bitdefender.com/

Hi Daniel, 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 ?
OTRS can use ispell (http://ficus-www.cs.ucla.edu/geoff/ispell.html) or aspell (http://aspell.net/) and many dictionaries in many languages are avialable. See: http://ficus-www.cs.ucla.edu/geoff/ispell-dictionaries.html You need to install ispell and the dictionaries. Then you have for configure Kernel/Config.pm and add your new dictionaries to PreferencesGroups->SpellDict->Data: [Kernel/Config.pm] $Self->{SpellChecker} = '/usr/bin/ispell'; $Self->{SpellCheckerDictDefault} = 'english'; $Self->{PreferencesGroups}->{SpellDict} = { Colum => 'Other Options', Label => 'Spelling Dictionary', Desc => 'Select your default spelling dictionary.', Type => 'Generic', Data => { # installed dict catalog (check your insalled catalogues, e. g. deutsch -=> german!) # dict => frontend (ispell) 'english' => 'English', 'deutsch' => 'Deutsch', # dict => frontend (aspell) # 'english' => 'English', # 'german' => 'Deutsch', }, PrefKey => 'UserSpellDict', Activ => 1, }; [...]
Cheers Daniel
Martin Edenhofer -- ((otrs.de)) :: OTRS GmbH :: Norsk-Data-Str. 1 :: 61352 Bad Homburg http://www.otrs.de/ :: Manage your communication!

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-bounces@otrs.org schrieb am 01.09.2004 13:13:56:
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
hi Daniel, the defaults.pm contains all possible config options and their default values. its read first. after that config.pm is read and all the options you want to have another value than default will be overwritten by the values in there. so if you want to set an option thats not in config.pm, copy the part of default thereto and change it as you like. hth, Li

Hello Volker, Great. 10q Daniel Wednesday, September 1, 2004, 2:18:46 PM, you wrote: Volker> otrs-bounces@otrs.org schrieb am 01.09.2004 13:13:56:
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
Volker> hi Daniel, Volker> the defaults.pm contains all possible config Volker> optionsand their default values. its read first. after that Volker> config.pm is readand all the options you want to have another Volker> value than default will beoverwritten by the values in there. Volker> so if you want to set an option thats not in Volker> config.pm,copy the part of default thereto and change it as Volker> you like. Volker> hth, Volker> Li Volker> -- This message was scanned for spam and viruses by BitDefender For more information please visit http://www.bitdefender.com/
participants (3)
-
Daniel Balan
-
Martin Edenhofer
-
Volker.Lipper@de.mecglobal.com