Multilingual spell check
Rangel, Rolando
rolando.rangel at intellikron.com
Tue Jun 9 02:21:58 CEST 2015
Daniel,
After following the steps below my Kolab is checking spell errors in
English and Spanish. Thanks!
---
Rolando Rangel
Director
Tel +1 646.770.2893
Cel +507 6253.2185
On 2015-05-31 13:07, Rangel, Rolando wrote:
> Daniel,
>
> Thanks so much for the info. I will try it today.
> Rolando
>
> On 2015-05-31 09:12, Daniel Hoffend wrote:
> Hi Rolando
>
> I've been using Kolab for one month now and it's great. I installed it
> on different VPS configurations including CentOS7, CentOS6,
> Ubuntu14LTS, and Debian7. Debian is pretty stable at this moment.
> Sounds good :-)
>
> I have a couple of users that speak Spanish and wanted to know if it's
> possible to add more languages to the spell check engine. Please let
> me know if that's possible.
> Keep in mind that the webmail interface is nothing more then an enhanced roundcube installation. You just have to lookup how ot configure spell check for roundcube.
>
> On Debian I've done it the following way (using a local pspell/aspell integration).
>
> -----------------------------------------------------------------------
> # enable spell checkking
> apt-get install -y php5-pspell aspell-en aspell-de aspell-es aspell-fr aspell-it
>
> cat >> /etc/roundcubemail/config.inc.php << EOF
> # spell checkking
> \$config['enable_spellcheck'] = true;
> \$config['spellcheck_engine'] = 'pspell';
> \$config['spellcheck_languages'] = array(
> 'en' => 'English',
> 'de' => 'Deutsch',
> 'da' => 'Dansk',
> 'fr' => 'Français',
> 'it' => 'Italiano',
> 'es' => 'Español',
> );
> EOF
> -----------------------------------------------------------------------
>
> Of course you can modify the list to your liking.
>
> --
> Regards
> Daniel
_______________________________________________
users mailing list
users at lists.kolab.org
https://lists.kolab.org/mailman/listinfo/users [1]
Links:
------
[1] https://lists.kolab.org/mailman/listinfo/users
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.kolab.org/pipermail/users/attachments/20150608/de42477a/attachment-0001.html>
More information about the users
mailing list