diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2018-12-13 21:24:12 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2018-12-13 21:24:12 +0100 |
commit | d9849b4efe6c2c95caad4c771080192e52edc666 (patch) | |
tree | c40b5d7d2f346fba4248680ed084d235f3e37b06 /doc | |
parent | c214ca603ffb4b89859230a00d9ebd05fc205c56 (diff) | |
download | weechat-d9849b4efe6c2c95caad4c771080192e52edc666.zip |
doc: add example of aspell dict for all channels of an IRC server (user's guide) (closes #1284)
Diffstat (limited to 'doc')
-rw-r--r-- | doc/de/weechat_user.de.adoc | 8 | ||||
-rw-r--r-- | doc/en/weechat_user.en.adoc | 7 | ||||
-rw-r--r-- | doc/fr/weechat_user.fr.adoc | 7 | ||||
-rw-r--r-- | doc/it/weechat_user.it.adoc | 8 | ||||
-rw-r--r-- | doc/ja/weechat_user.ja.adoc | 8 | ||||
-rw-r--r-- | doc/pl/weechat_user.pl.adoc | 8 |
6 files changed, 46 insertions, 0 deletions
diff --git a/doc/de/weechat_user.de.adoc b/doc/de/weechat_user.de.adoc index e8f5aefef..eaa16e0d0 100644 --- a/doc/de/weechat_user.de.adoc +++ b/doc/de/weechat_user.de.adoc @@ -2220,6 +2220,14 @@ Beispiel in einem französischen Channel: /aspell setdict fr ---- +// TRANSLATION MISSING +You can also specify a dictionary for a group of buffers, for example English +for all channels on freenode IRC server: + +---- +/set aspell.dict.irc.freenode en +---- + Für weitere Informationen, siehe den Befehl <<command_aspell_aspell,/aspell>>. [[aspell_speller_options]] diff --git a/doc/en/weechat_user.en.adoc b/doc/en/weechat_user.en.adoc index 4e72f27b2..c63ac4ff3 100644 --- a/doc/en/weechat_user.en.adoc +++ b/doc/en/weechat_user.en.adoc @@ -2173,6 +2173,13 @@ on a German channel: /aspell setdict de ---- +You can also specify a dictionary for a group of buffers, for example English +for all channels on freenode IRC server: + +---- +/set aspell.dict.irc.freenode en +---- + For more information, see the command <<command_aspell_aspell,/aspell>>. [[aspell_speller_options]] diff --git a/doc/fr/weechat_user.fr.adoc b/doc/fr/weechat_user.fr.adoc index 23c9e8d62..074301726 100644 --- a/doc/fr/weechat_user.fr.adoc +++ b/doc/fr/weechat_user.fr.adoc @@ -2246,6 +2246,13 @@ par exemple sur un canal allemand : /aspell setdict de ---- +Vous pouvez aussi spécifier un dictionnaire pour un groupe de tampons, par +exemple l'anglais pour tous les canaux du serveur IRC freenode : + +---- +/set aspell.dict.irc.freenode en +---- + Pour plus d'informations, voir la commande <<command_aspell_aspell,/aspell>>. [[aspell_speller_options]] diff --git a/doc/it/weechat_user.it.adoc b/doc/it/weechat_user.it.adoc index 7abb9988b..38f2f4aea 100644 --- a/doc/it/weechat_user.it.adoc +++ b/doc/it/weechat_user.it.adoc @@ -2312,6 +2312,14 @@ on a German channel: /aspell setdict de ---- +// TRANSLATION MISSING +You can also specify a dictionary for a group of buffers, for example English +for all channels on freenode IRC server: + +---- +/set aspell.dict.irc.freenode en +---- + For more information, see the command <<command_aspell_aspell,/aspell>>. [[aspell_speller_options]] diff --git a/doc/ja/weechat_user.ja.adoc b/doc/ja/weechat_user.ja.adoc index e54b4189d..11a2ac159 100644 --- a/doc/ja/weechat_user.ja.adoc +++ b/doc/ja/weechat_user.ja.adoc @@ -2171,6 +2171,14 @@ WeeChat はすべての辞書を使って単語をチェックします。 /aspell setdict de ---- +// TRANSLATION MISSING +You can also specify a dictionary for a group of buffers, for example English +for all channels on freenode IRC server: + +---- +/set aspell.dict.irc.freenode en +---- + 詳しい情報はコマンド <<command_aspell_aspell,/aspell>> を参照してください。 [[aspell_speller_options]] diff --git a/doc/pl/weechat_user.pl.adoc b/doc/pl/weechat_user.pl.adoc index 7309e090d..cfb49d5d4 100644 --- a/doc/pl/weechat_user.pl.adoc +++ b/doc/pl/weechat_user.pl.adoc @@ -2186,6 +2186,14 @@ niemieckojęzycnzym: /aspell setdict de ---- +// TRANSLATION MISSING +You can also specify a dictionary for a group of buffers, for example English +for all channels on freenode IRC server: + +---- +/set aspell.dict.irc.freenode en +---- + Więcej informacji można znaleźć w opisie komendy <<command_aspell_aspell,/aspell>>. [[aspell_speller_options]] |