mirror of
https://github.com/optim-enterprises-bv/Mailu.git
synced 2025-10-29 17:22:20 +00:00
grmll.
This commit is contained in:
12
docs/faq.rst
12
docs/faq.rst
@@ -882,14 +882,16 @@ How can I add more languages to roundcube's spellchecker?
|
||||
If you are comfortable using an online spellchecker, the easiest is to configure the following via an override:
|
||||
|
||||
.. code-block:: php
|
||||
$config['spellcheck_engine'] = 'googie';
|
||||
$config['spellcheck_ignore_caps'] = true;
|
||||
$config['spellcheck_ignore_nums'] = true;
|
||||
$config['spellcheck_dictionary'] = true;
|
||||
|
||||
$config['spellcheck_engine'] = 'googie';
|
||||
$config['spellcheck_ignore_caps'] = true;
|
||||
$config['spellcheck_ignore_nums'] = true;
|
||||
$config['spellcheck_dictionary'] = true;
|
||||
|
||||
If not, you can download the `aspell dictionary`_ you require and place it in ``/usr/share/aspell/`` and then enable it by tweaking the following in the configuration file:
|
||||
|
||||
.. code-block:: php
|
||||
$config['spellcheck_languages'] = array('en'=>'English', ...);
|
||||
|
||||
$config['spellcheck_languages'] = array('en'=>'English', ...);
|
||||
|
||||
.. _`aspell dictionary`: http://ftp.gnu.org/gnu/aspell/dict/0index.html
|
||||
|
||||
Reference in New Issue
Block a user