Merge pull request #3255 from cincodenada/update-dict-docs

Update documentation to reflect new dictcli.py script
This commit is contained in:
Florian Bruhin 2017-11-07 07:30:38 +01:00 committed by GitHub
commit 9f40b40942
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -146,7 +146,7 @@ For QtWebKit:
For QtWebEngine: For QtWebEngine:
. Make sure your versions of PyQt and Qt are 5.8 or higher. . Make sure your versions of PyQt and Qt are 5.8 or higher.
. Use `install_dict.py` script to install dictionaries. . Use `dictcli.py` script to install dictionaries.
Run the script with `-h` for the parameter description. Run the script with `-h` for the parameter description.
. Set `spellcheck.languages` to the desired list of languages, e.g.: . Set `spellcheck.languages` to the desired list of languages, e.g.:
`:set spellcheck.languages "['en-US', 'pl-PL']"` `:set spellcheck.languages "['en-US', 'pl-PL']"`

View File

@ -2559,7 +2559,7 @@ Default: empty
[[spellcheck.languages]] [[spellcheck.languages]]
=== spellcheck.languages === spellcheck.languages
Languages to use for spell checking. Languages to use for spell checking.
You can check for available languages and install dictionaries using scripts/install_dict.py. Run the script with -h/--help for instructions. You can check for available languages and install dictionaries using scripts/dictcli.py. Run the script with -h/--help for instructions.
Type: <<types,List of String>> Type: <<types,List of String>>

View File

@ -1126,7 +1126,7 @@ spellcheck.languages:
Languages to use for spell checking. Languages to use for spell checking.
You can check for available languages and install dictionaries using You can check for available languages and install dictionaries using
scripts/install_dict.py. Run the script with -h/--help for instructions. scripts/dictcli.py. Run the script with -h/--help for instructions.
backend: backend:
QtWebKit: false QtWebKit: false
QtWebEngine: Qt 5.8 QtWebEngine: Qt 5.8