freebsd-doc/tools
Fernando Apesteguía 5c2757dff4 [tools] Add spell checking scripts
Summary:
Add two small scripts to do spell checking in .po files.

When working with Weblate, the web browser provides some spell checking with
visual hints for every translation entry.

These scripts provide spell checking for the whole file showing the faulting
words in context.

Relies on `msgexec(1)` and `aspell(1)` from `devel/gettext-tools` and
`textproc/aspell`.

It can be tested with:

`./po_spellcheck.sh ../documentation/content/es/articles/bsdl-gpl/_index.po es`

Reviewed by:	carlavilla@, dbaio@
Differential Revision: https://reviews.freebsd.org/D32465
2021-10-13 15:37:03 +02:00
..
po_check_entry.sh [tools] Add spell checking scripts 2021-10-13 15:37:03 +02:00
po_spellcheck.sh [tools] Add spell checking scripts 2021-10-13 15:37:03 +02:00
translate.sh tools/translate.sh: Fix a typo and trim whitespace 2021-09-19 23:02:17 +02:00
update_translate_template.sh tools/translate: Ignore some files 2021-08-23 14:24:06 -03:00