
Hi all, I have a problem want to enable spell check, I'm using windows and following the FAQ guide: http://faq.otrs.org/otrs/public.pl?Action=PublicFAQ&ItemID=362 then download and install: Installer http://ftp.gnu.org/gnu/aspell/w32/Aspell-0-50-3-3-Setup.exe Dictionary http://ftp.gnu.org/gnu/aspell/w32/Aspell-es-0.50-2-3.exe just that to avoid a route as long as instaled on: C: \ Aspell My config.pm like this: # ---------------------------------------------------- # # Verificar la ortografía # # ---------------------------------------------------- # # SpellChecker # (If ispell or aspell is available, then we will provide a spelling # checker) # $Self->{SpellChecker} = ''; $Self->{SpellChecker} = 'C:\Aspell\bin\aspell.exe'; $Self->{SpellCheckerDictDefault} = 'español'; # SpellCheckerIgnore # (A list of ignored words.) $Self->{SpellCheckerIgnore} = ['www', 'webmail', 'https', 'http', 'html']; # Diccionario para la interfas Agente $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 'english' => 'English', 'deutsch' => 'Deutsch', 'español' => 'Español', }, PrefKey => 'UserSpellDict', Activ => 1, }; # FrontendNeedSpellCheck # (compose message must be spell checked) $Self->{FrontendNeedSpellCheck} = 0; but can not find the dictionary, someone could correct me, nose where I'm wrong. thanks Julio Angulo +51 997066155
participants (1)
-
DM_Julio Angulo