1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-27 05:16:38 +02:00

doc: update doc of aspell command

This commit is contained in:
Sebastien Helleu
2011-10-29 11:35:44 +02:00
parent 364b006209
commit 3fc8b2f349
4 changed files with 22 additions and 10 deletions
+8 -5
View File
@@ -6,11 +6,14 @@
disable
addword [<lang>] <word>
dictlist: listet installierte Wörterbücher auf
enable: aktiviert Aspell in aktuellem Buffer [lang = Wörterbuch)
disable: deaktiviert Aspell in aktuellem Buffer
addword: fügt ein Wort in das persönliche Wörterbuch von Aspell hinzu
dictlist: show installed dictionaries
enable: enable aspell on current buffer
disable: disable aspell on current buffer
addword: add a word in your personal aspell dictionary
Eingaben die mit '/' beginnen werden nicht überprüft, außer bei einigen Befehle.
Input line beginning with a '/' is not checked, except for some commands.
To enable aspell on all buffers, use option "default_dict", for example:
/set aspell.check.default_dict "en"
........................................
+3
View File
@@ -12,5 +12,8 @@ dictlist: show installed dictionaries
addword: add a word in your personal aspell dictionary
Input line beginning with a '/' is not checked, except for some commands.
To enable aspell on all buffers, use option "default_dict", for example:
/set aspell.check.default_dict "en"
........................................
+3
View File
@@ -12,5 +12,8 @@ dictlist: afficher les dictionnaires installés
addword: ajouter un mot dans le dictionnaire personnel aspell
Les lignes d'entrée commençant par '/' ne sont pas vérifiées, sauf pour certaines commandes.
Pour activer aspell sur tous les tampons, utilisez l'option "default_dict", par exemple :
/set aspell.check.default_dict "en"
........................................
+8 -5
View File
@@ -6,11 +6,14 @@
disable
addword [<lingua>] <parola>
dictlist: mostra i dizionari installati
enable: abilita aspell sul buffer corrente
disable: disabilita aspell sul buffer corrente
addword: aggiunge una parola nel dizionario personale aspell
dictlist: show installed dictionaries
enable: enable aspell on current buffer
disable: disable aspell on current buffer
addword: add a word in your personal aspell dictionary
La riga di input che comincia con '/' non viene controllata, tranne che per alcuni comandi.
Input line beginning with a '/' is not checked, except for some commands.
To enable aspell on all buffers, use option "default_dict", for example:
/set aspell.check.default_dict "en"
........................................