summaryrefslogtreecommitdiff
path: root/doc/pl
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2017-08-12 14:52:52 +0200
committerSébastien Helleu <flashcode@flashtux.org>2017-08-12 18:37:45 +0200
commit2e7fd30ae5dda2ff37de9e5b1655c06288c9aa37 (patch)
treed78bd3ad23f83a7cf1258084d8d2c4434c1e8080 /doc/pl
parent5d31e316a12a1f240c18231cd7dd3b29e2d40118 (diff)
downloadweechat-2e7fd30ae5dda2ff37de9e5b1655c06288c9aa37.zip
doc: add a chapter about aspell dictionaries (user's guide)
Diffstat (limited to 'doc/pl')
-rw-r--r--doc/pl/weechat_user.pl.adoc28
1 files changed, 28 insertions, 0 deletions
diff --git a/doc/pl/weechat_user.pl.adoc b/doc/pl/weechat_user.pl.adoc
index 78051d3bf..550d0e78d 100644
--- a/doc/pl/weechat_user.pl.adoc
+++ b/doc/pl/weechat_user.pl.adoc
@@ -2155,6 +2155,34 @@ Sekcje:
Wtyczka aspell pozwala na sprawdzanie pisowni w linii poleceń. Możliwe jest
ustawienie wielu języków dla bufora.
+// TRANSLATION MISSING
+Spell checking is disabled by default and can be toggled with key kbd:[Alt+s].
+
+// TRANSLATION MISSING
+[[aspell_dictionaries]]
+==== Dictionaries
+
+Before using spell checking, dictionaries must be defined, either globally or
+specific to buffers.
+
+Multiple dictionaries can be used at same time: WeeChat will check words in all
+dictionaries.
+
+For example to use English and French:
+
+----
+/set aspell.check.default_dict "en,fr"
+----
+
+It is possible to use a different dictionary on a specific buffer, for example
+on a German channel:
+
+----
+/aspell setdict de
+----
+
+For more information, see the command <<command_aspell_aspell,/aspell>>.
+
[[aspell_speller_options]]
==== Opcje słowników