1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00

aspell: add Brazilian Portuguese translation

This commit is contained in:
Andrik Albuquerque 2019-03-27 14:35:39 -03:00 committed by Agniva De Sarker
parent e34742fd43
commit d855b1d7a4

View file

@ -0,0 +1,23 @@
# aspell
> Verificador de excrita interativo.
- Verifica a corretude de escrita um arquivo:
`aspell check {{path/to/file}}`
- Exibe as palavras escritas incorretamente no dispositivo de entrada padrão:
`cat {{file}} | aspell list`
- Exibe a lista de dicionários disponíveis:
`aspell dicts`
- Executa aspell utilizando um língua diferente (informe o código ISO 639 da língua):
`aspell --lang={{cs}}`
- Exibe as palavras escritas incorretamente no dispositivo de entrada padrão e ignora as palavras da lista pessoal:
`cat {{file}} | aspell --personal={{personal-word-list.pws}} {{list}}`