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/pl | |
parent | f0d0612a336ff4fbba76b5501c696694f7ddfd55 (diff) | |
download | weechat-8945e70f8109371011cd4a4caff5ac36c763a2cb.zip |
doc: add question about aspell dictionaries in FAQ
Diffstat (limited to 'doc/pl')
-rw-r--r-- | doc/pl/weechat_faq.pl.adoc | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/pl/weechat_faq.pl.adoc b/doc/pl/weechat_faq.pl.adoc index 5532ea496..fbe7c35f0 100644 --- a/doc/pl/weechat_faq.pl.adoc +++ b/doc/pl/weechat_faq.pl.adoc @@ -887,6 +887,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]] == Ustawienia |