diff --git a/Adding-a-Spellcheck-Language-Dictionary-to-Manuskript.md b/Adding-a-Spellcheck-Language-Dictionary-to-Manuskript.md index d9b1c53..a272010 100644 --- a/Adding-a-Spellcheck-Language-Dictionary-to-Manuskript.md +++ b/Adding-a-Spellcheck-Language-Dictionary-to-Manuskript.md @@ -1,16 +1,14 @@ -# Adding a Spellcheck Language Dictionary to Manuskript - The spellcheck feature of manuskript is provided by the [PyEnchant](https://pythonhosted.org/pyenchant/) package. Additional language dictionaries can be added to Manuskript to enable spell check to work with other languages. Following are instructions to add dictionaries based on which Operating System you use. -## GNU/Linux +# GNU/Linux Identify the language code and install the dictionary package. -### Debian based (Debian, Ubuntu, Mint, etc.) +## Debian based (Debian, Ubuntu, Mint, etc.) 1. Search for desired language dictionary (e.g. Brazilian Portuguese) @@ -32,7 +30,7 @@ Identify the language code and install the dictionary package. ``` -### Fedora based (Fedora, CentOS, etc) +## Fedora based (Fedora, CentOS, etc) 1. Search for desired language dictionary (e.g. Spanish) @@ -52,7 +50,7 @@ Identify the language code and install the dictionary package. ``` -## Windows +# Windows These instructions assume you are using the Windows binary package which is built using PyInstaller. The default dictionary languages installed are shown in the following screen shot: @@ -72,7 +70,6 @@ With the Windows PyInstaller package the enchant dictionary files are stored und ![manuskript-windows-added-hebrew-dictionary](https://user-images.githubusercontent.com/10405019/34446122-dbd83668-ec95-11e7-996a-91f4426de026.png) -## Mac OS X +# Mac OS X *To be filled out by someone with access to Mac OS X*. -