Skip to content

Instantly share code, notes, and snippets.

@jesusgoku
Created July 22, 2015 04:58
Show Gist options
  • Save jesusgoku/8b6920cc719f74d3d93a to your computer and use it in GitHub Desktop.
Save jesusgoku/8b6920cc719f74d3d93a to your computer and use it in GitHub Desktop.
Create spanish dictionary for use with PHPStorm
sudo apt-get install aspell aspell-es -y
aspell --lang=es --encoding=utf-8 dump master | aspell --lang=es --encoding=utf-8 expand | tr [:space:] '\n' > spanish-utf8.dic
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment