
On Thu, 2004-07-22 at 15:52, Robert Kehl wrote:
On Friday, July 16, 2004 8:40 PM Marcello Mezzanotti
wrote: im from brazil and im doing some customization on otrs, im running linux suse91 and i have installed ispell-brazilian dictionary and on Default.pm
$Self->{SpellCheckerDictDefault} = 'brazilian';
Locate ispell's dictionaries and check wether 'brazilian' is the right term. You have to find a file with the suffix .aff, on Deb it were in /usr/lib/ispell/.
on my linux (suse91) box stan:/var/qmail/iso/temp # rpm -ql ispell-brazilian /usr/bin/conjugue /usr/lib/ispell-brazilian /usr/lib/ispell-brazilian/verbos /usr/lib/ispell/br.aff /usr/lib/ispell/br.hash /usr/lib/ispell/brazilian.aff /usr/lib/ispell/brazilian.hash /usr/lib/ispell/emacs/brazilian.el /usr/share/doc/packages/ispell-brazilian /usr/share/doc/packages/ispell-brazilian/README /usr/share/doc/packages/ispell-brazilian/README.SuSE /usr/share/man/pt_BR /usr/share/man/pt_BR/man1 /usr/share/man/pt_BR/man1/conjugue.1.gz stan:/var/qmail/iso/temp # so, the name is right :( thanks Marcello