Quoting Hubert Figuiere <[EMAIL PROTECTED]>:

> According to Dom Lachowicz <[EMAIL PROTECTED]>:
> > Ispell support should now be working fully. Here are the languages and
> country
> > codes that I've added support for:
> > 
> >   { "german.hash",     "de-DE" },
> >   { "australian.hash", "en-AU" },
> >   { "canadian.hash",   "en-CA" },
> >   { "british.hash",    "en-GB" },
> >   { "american.hash",   "en-US" },
> >   { "spanish.hash",    "es-ES" },
> >   { "french.hash",     "fr-FR" },
> >   { "portugal.hash",   "pt-PT" },
> >   { "russian.hash",    "ru-RU" },
> >   { "swedish.hash",    "sv-SE"}
> 
> Isn't this redundant with system.profile ?
> 
> 
> Hub

Not at all. I'm seriously deprecating that key in system.profile - we need
something more advanced than what it offers - I want to support more than one
dictionary/language per document. system.profile won't let me do that. The
information in system.profile relating to dictionaries should be migrated to
this bit of code in ispell_checker.cpp

Dom


Reply via email to