Skip to content

Instantly share code, notes, and snippets.

@tomas-edwardsson
Created March 4, 2014 10:53
Show Gist options
  • Save tomas-edwardsson/9344256 to your computer and use it in GitHub Desktop.
Save tomas-edwardsson/9344256 to your computer and use it in GitHub Desktop.
Icelandic spell checking for zimbra
# as root
export PATH=/opt/zimbra/aspell/bin:$PATH
cd /tmp
wget ftp://ftp.gnu.org/gnu/aspell/dict/is/aspell-is-0.51.1-0.tar.bz2
tar jxf aspell-is-0.51.1-0.tar.bz2
cd aspell-is-0.51.1-0
make
make install
@tomas-edwardsson
Copy link
Author

Það sem ruglaði mig var innbyggða þýðingargræjan í Firefox sem setur rautt strik undir orð sem ekki eru rétt stafsett. Það þarf að smella á "Athuga stafsetningu" til að nýta þennan kost í Zimbra.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment