Created
July 22, 2015 04:58
-
-
Save jesusgoku/8b6920cc719f74d3d93a to your computer and use it in GitHub Desktop.
Create spanish dictionary for use with PHPStorm
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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