Created
January 23, 2015 21:53
-
-
Save glombard/6b49a592c75b04b0afd8 to your computer and use it in GitHub Desktop.
Installing an additional spelling dictionary in OS X from LibreOffice
This file contains 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
cd ~/Library/Spelling/ | |
curl -O http://cgit.freedesktop.org/libreoffice/dictionaries/tree/af_ZA/af_ZA.aff | |
curl -O http://cgit.freedesktop.org/libreoffice/dictionaries/tree/af_ZA/af_ZA.dic | |
# Now go to System Preferences -> Keyboard -> Text -> Set up and select the language. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment