Corrected windows path with dictonaries

Heti 2022-03-07 22:01:13 +01:00
parent cf7b08692d
commit 5a29f3a79f

@ -56,7 +56,7 @@ These instructions assume you are using the Windows binary package which is buil
![manuskript-windows-default-dictionaries](https://user-images.githubusercontent.com/10405019/34446110-cc639024-ec95-11e7-94b1-bb1685b7f5e6.png)
With the Windows PyInstaller package the enchant dictionary files are stored under the "`manuskript/enchant/share/enchant/myspell/`" directory. The dictionary files have a pair of names: `*.aff` and `*.dic`
With the Windows PyInstaller package the enchant dictionary files are stored under the "`manuskript/enchant/data/mingw32/share/enchant/hunspell/`" directory. The dictionary files have a pair of names: `*.aff` and `*.dic`
1. Locate the desired language at the following link: [LibreOffice dictionaries](https://cgit.freedesktop.org/libreoffice/dictionaries/tree/).
@ -68,7 +68,7 @@ With the Windows PyInstaller package the enchant dictionary files are stored und
![Spellcheck Language Plain File Download](https://user-images.githubusercontent.com/10405019/34892199-99428b90-f795-11e7-9899-971fa9557cec.png)
3. Copy these two files to the "`manuskript/enchant/share/enchant/myspell/`" directory where you unzipped manuskript.
3. Copy these two files to the "`manuskript/enchant/data/mingw32/share/enchant/hunspell/`" directory where you unzipped manuskript.
4. Now when you run `manuskript.exe` the Hebrew dictionaries are available under the **Tools -> Dictionary** menu.