diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2018-09-06 21:22:50 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2018-09-06 21:22:50 +0200 |
commit | 8945e70f8109371011cd4a4caff5ac36c763a2cb (patch) | |
tree | a55646d73dc3efbb1b94bccfe9a7ccb6ff90f9c8 /doc/de | |
parent | f0d0612a336ff4fbba76b5501c696694f7ddfd55 (diff) | |
download | weechat-8945e70f8109371011cd4a4caff5ac36c763a2cb.zip |
doc: add question about aspell dictionaries in FAQ
Diffstat (limited to 'doc/de')
-rw-r--r-- | doc/de/weechat_faq.de.adoc | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/de/weechat_faq.de.adoc b/doc/de/weechat_faq.de.adoc index 178f7ce7e..c564f8475 100644 --- a/doc/de/weechat_faq.de.adoc +++ b/doc/de/weechat_faq.de.adoc @@ -928,6 +928,17 @@ $ cd ~/.weechat/script $ curl -O https://weechat.org/files/plugins.xml.gz ---- +// TRANSLATION MISSING +[[aspell_dictionaries]] +=== I installed aspell dictionaries on my system, how can I use them without restarting WeeChat? + +// TRANSLATION MISSING +You have to reload the aspell plugin: + +---- +/plugin reload aspell +---- + [[settings]] == Einstellungen |