
hi 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'; and $Self->{PreferencesGroups}->{SpellDict} = { Colum => 'Other Options', Label => 'Spelling Dictionary', Desc => 'Select your default spelling dictionary.', Type => 'Generic', Data => { # dict => frontend (ispell) 'english' => 'English', 'brazilian' => 'Brazilian', but all the times when i trie to check something, it always use english dictionary, by the way in prompt if i run ispell -d brazilian and type something in portuguese it says me thats ok and, where is SET the default language (ALL THE TIME, in both agent/admin and customer logins screens). because i have this $Self->{DefaultLanguage} = 'pt_BR'; and i always have english login screens thanks in advance Marcello ps: sorry my poor english

On Friday, July 16, 2004 8:40 PM
Marcello Mezzanotti
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/.
ps: sorry my poor english
You won't want to here my brazilian... ;) Regards, Robert Kehl -- ((otrs.de)) :: OTRS GmbH :: Norsk-Data-Str. 1 :: 61352 Bad Homburg http://www.otrs.de/ :: Tel. +49 (0)6172 4832388

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

You did restart Apache, didn't you?
On Thursday, July 22, 2004 10:00 PM
Marcello Mezzanotti
On Thu, 2004-07-22 at 15:52, Robert Kehl wrote:
On Friday, July 16, 2004 8:40 PM Marcello Mezzanotti
wrote: $Self->{SpellCheckerDictDefault} = 'brazilian';
/usr/lib/ispell/brazilian.aff
Regards, Robert Kehl -- ((otrs.de)) :: OTRS GmbH :: Norsk-Data-Str. 1 :: 61352 Bad Homburg http://www.otrs.de/ :: Tel. +49 (0)6172 4832388
participants (2)
-
Marcello Mezzanotti
-
Robert Kehl