[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kolab-users
Subject:    Re: Multilingual spell check
From:       "Rangel, Rolando" <rolando.rangel () intellikron ! com>
Date:       2015-06-09 0:21:58
Message-ID: 35015cd867d433543f1f8bcea2e6fa97 () intellikron ! com
[Download RAW message or body]

[Attachment #2 (multipart/alternative)]


 

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@lists.kolab.org
https://lists.kolab.org/mailman/listinfo/users [1] 

Links:
------
[1] https://lists.kolab.org/mailman/listinfo/users


[Attachment #5 (unknown)]

<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" \
/></head><body style='font-size: 10pt; font-family: \
Tahoma,Arial,Helvetica,sans-serif'> <p>Daniel,</p>
<p>After following the steps below my Kolab is checking spell errors in English and \
Spanish. Thanks!</p> <div>---<br />
<p><span style="font-family: tahoma, arial, helvetica, sans-serif;"><span \
style="font-size: 13.3333330154419px;">Rolando Rangel<br />Director<br />Tel +1 \
646.770.2893<br />Cel +507 6253.2185<br /></span></span></p> </div>
<p>&nbsp;</p>
<p>On 2015-05-31 13:07, Rangel, Rolando wrote:</p>
<blockquote type="cite" style="padding: 0 0.4em; border-left: #1010ff 2px solid; \
margin: 0"><!-- html ignored --><!-- head ignored --><!-- meta ignored --> \
<p>Daniel,</p> <p>Thanks so much for the info. I will try it today.</p>
<div><span style="font-family: tahoma, arial, helvetica, sans-serif;"><span \
style="font-size: 13.3333330154419px;">Rolando<br /></span></span></div> <p>On \
2015-05-31 09:12, Daniel Hoffend wrote:</p> <blockquote style="padding: 0 0.4em; \
border-left: #1010ff 2px solid; margin: 0;"><!-- node type 8 --><!-- node type 8 \
--><!-- node type 8 --> <div class="pre" style="margin: 0; padding: 0; font-family: \
monospace;">Hi&nbsp;Rolando<br /><br /> <blockquote style="padding: 0 0.4em; \
border-left: #1010ff 2px solid; margin: \
0;">I've&nbsp;been&nbsp;using&nbsp;Kolab&nbsp;for&nbsp;one&nbsp;month&nbsp;now&nbsp;and&nbsp;it's&nbsp;great.&nbsp;I&nbsp;installed&nbsp;it<br \
/> on&nbsp;different&nbsp;VPS&nbsp;configurations&nbsp;including&nbsp;CentOS7,&nbsp;CentOS6,<br \
/> Ubuntu14LTS,&nbsp;and&nbsp;Debian7.&nbsp;Debian&nbsp;is&nbsp;pretty&nbsp;stable&nbsp;at&nbsp;this&nbsp;moment.</blockquote>
 <br /> Sounds&nbsp;good&nbsp;:- )<br /><br />
<blockquote style="padding: 0 0.4em; border-left: #1010ff 2px solid; margin: \
0;">I&nbsp;have&nbsp;a&nbsp;couple&nbsp;of&nbsp;users&nbsp;that&nbsp;speak&nbsp;Spanish&nbsp;and&nbsp;wanted&nbsp;to&nbsp;know&nbsp;if&nbsp;it's<br \
/> possible&nbsp;to&nbsp;add&nbsp;more&nbsp;languages&nbsp;to&nbsp;the&nbsp;spell&nbsp;check&nbsp;engine.&nbsp;Please&nbsp;let<br \
/> me&nbsp;know&nbsp;if&nbsp;that's&nbsp;possible.</blockquote> <br /> 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.<br /><br /> On \
Debian I've done it the following way (using a local pspell/aspell integration).<br \
/><br /> - - - - - - - - - - - - - - - - - - - \
- - - - - - - - - - - - - - - - - - - - - \
- - - - - - - - - - - - - - - - - - - - - \
- - - - - - - - - - <br /> \
#&nbsp;enable&nbsp;spell&nbsp;checkking<br /> apt-get install -y php5-pspell \
aspell-en aspell-de aspell-es aspell-fr aspell-it<br /><br /> \
cat&nbsp;&gt;&gt;&nbsp;/  etc/  roundcubemail/  \
config.inc.php&nbsp;&lt;&lt;&nbsp;EOF<br /> \
&nbsp;&nbsp;&nbsp;&nbsp;#&nbsp;spell&nbsp;checkking<br /> \
&nbsp;&nbsp;&nbsp;&nbsp;\$config['enable_spellcheck']&nbsp;=&nbsp;true;<br /> \
&nbsp;&nbsp;&nbsp;&nbsp;\$config['spellcheck_engine']&nbsp;=&nbsp;'pspell';<br /> \
&nbsp;&nbsp;&nbsp;&nbsp;\$config['spellcheck_languages']&nbsp;=&nbsp;array(<br /> \
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;'en'&nbsp;=&gt;&nbsp;'English',<br /> \
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;'de'&nbsp;=&gt;&nbsp;'Deutsch',<br /> \
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;'da'&nbsp;=&gt;&nbsp;'Dansk',<br /> \
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;'fr'&nbsp;=&gt;&nbsp;'Fran&ccedil;ais',<br \
/> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;'it'&nbsp;=&gt;&nbsp;'Italiano',<br \
/> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;'es'&nbsp;=&gt;&nbsp;'Espa&ntilde;ol',<br \
/> &nbsp;&nbsp;&nbsp;&nbsp;);<br /> EOF<br /> - - - - - - - - - - \
- - - - - - - - - - - - - - - - - - - - - \
- - - - - - - - - - - - - - - - - - - - - \
- - - - - - - - - - - - - - - - - - - <br /><br \
/> Of&nbsp;course&nbsp;you&nbsp;can&nbsp;modify&nbsp;the&nbsp;list&nbsp;to&nbsp;your&nbsp;liking.<br \
/><br /><br /> - - <br /> Regards<br /> Daniel</div> </blockquote>
<!-- html ignored --><br />
<div class="pre" style="margin: 0; padding: 0; font-family: \
monospace">_______________________________________________<br /> users mailing \
list<br /><a href="mailto:users@lists.kolab.org">users@lists.kolab.org</a><br /><a \
href="https://lists.kolab.org/mailman/listinfo/users">https://lists.kolab.org/mailman/listinfo/users</a></div>
 </blockquote>
</body></html>



_______________________________________________
users mailing list
users@lists.kolab.org
https://lists.kolab.org/mailman/listinfo/users

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic