Zimbra offers Open Source email server software and shared calendar for Linux and the Mac
Go Back   Zimbra :: Forums > Zimbra Collaboration Suite > Installation

Welcome to the Zimbra :: Forums!
Welcome, if you would like to post a comment please register. We also encourage you to explore all things Zimbra with our team and members of the community.

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 08-22-2006, 04:05 AM
Active Member
 
Posts: 40
Default Spanish aspell don't works

Hi, I did all that Wiki-Zimbra says:

* Download the dictionary from gnu.org
In my case: aspell-es-0.50-2.tar.bz2
* Extract it from the tar file in a work directory
* Set Zimbra's aspell in the path with:

PATH=/opt/zimbra/aspell-0.60.3/bin:$PATH

* Configure and install the dictionary according to the README

./configure
make
make install

But I modified 2 lines of the MAKEFILE to this:

dictdir = /opt/zimbra/aspell-0.60.3/lib/aspell-0.60
datadir = /opt/zimbra/aspell-0.60.3/lib/aspell-0.60

then make install:
[root@localhost aspell-es-0.50-2]# make install
mkdir -p /opt/zimbra/aspell-0.60.3/lib/aspell-0.60/
cp es.rws es.multi espaņol.alias esponol.alias spanish.alias /opt/zimbra/aspell-0.60.3/lib/aspell-0.60/
cd /opt/zimbra/aspell-0.60.3/lib/aspell-0.60/ && chmod 644 es.rws es.multi espaņol.alias esponol.alias spanish.alias
mkdir -p /opt/zimbra/aspell-0.60.3/lib/aspell-0.60/
cp es.dat /opt/zimbra/aspell-0.60.3/lib/aspell-0.60/
cd /opt/zimbra/aspell-0.60.3/lib/aspell-0.60/ && chmod 644 es.dat


* Edit the file /opt/zimbra/httpd/htdocs/aspell.php to reference the new dictionary. For example to add the french dictionary:

$dictionary = pspell_new("en_EN");
TO
$dictionary = pspell_new("fr_FR");

and here I changed it to $dictionary = pspell_new("es_ES");

Then I try and don't works, all the words are incorrect without suggestions.
Thanks
Reply With Quote
  #2 (permalink)  
Old 08-22-2006, 05:24 AM
Project Contributor
 
Posts: 68
Default

Quote:
and here I changed it to $dictionary = pspell_new("es_ES");
For dutch language I had to change it to: nl and not nl_NL, so maybe for the spanish try $dictionary = pspell_new("es");
Reply With Quote
  #3 (permalink)  
Old 08-22-2006, 10:10 AM
Special Member
 
Posts: 118
Default

which linux distro are you using??
what codification do you have installed in your system??
Reply With Quote
  #4 (permalink)  
Old 08-24-2006, 12:27 AM
Active Member
 
Posts: 40
Default

Codification:
[zimbra@localhost bin]$ locale
LANG=es_ES.UTF-8
LC_CTYPE="es_ES.UTF-8"
LC_NUMERIC="es_ES.UTF-8"
LC_TIME="es_ES.UTF-8"
LC_COLLATE="es_ES.UTF-8"
LC_MONETARY="es_ES.UTF-8"
LC_MESSAGES="es_ES.UTF-8"
LC_PAPER="es_ES.UTF-8"
LC_NAME="es_ES.UTF-8"
LC_ADDRESS="es_ES.UTF-8"
LC_TELEPHONE="es_ES.UTF-8"
LC_MEASUREMENT="es_ES.UTF-8"
LC_IDENTIFICATION="es_ES.UTF-8"
LC_ALL=

Distro is debian and zimbra's version:
Release 3.1.0_GA_332.FC4_20060414123554 FC4 FOSS edition translated to Spanish

Any suggestion?

Last edited by koby; 08-24-2006 at 12:30 AM..
Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads

Why Join?

Registering let's you ask questions, makes it easier to search, displays any files attached to posts, and notifies you about replies.

blog.zimbra.com




 

SEO by vBSEO ©2011, Crawlability, Inc.