aboutsummaryrefslogtreecommitdiff
path: root/tools/translate.sh
Commit message (Collapse)AuthorAgeFilesLines
* tools/translate: Enable tablecells on po4a/AsciidocDanilo G. Baio2022-02-011-0/+2
| | | | | | Without that, po4a combines all table content into a single string, making it difficult to translate, especially when the table has much information.
* tools/translate.sh: Improve usageDanilo G. Baio2021-11-211-3/+19
| | | | | | | | | | | | | | | - Update .po file with the source document before translating. - Allow translation of a specific document. Translate all es documents: ./tools/translate.sh documentation es Translate only pt-br articles/bsdl-gpl: ./tools/translate.sh documentation pt-br articles/bsdl-gpl Reviewed by: fernape Differential Revision: https://reviews.freebsd.org/D33067
* tools/translate.sh: Fix a typo and trim whitespaceMateusz Piotrowski2021-09-191-2/+2
|
* [docs] tools/translate.sh: Add fixupsFernando ApesteguĂ­a2021-09-101-1/+32
| | | | | | | | | | Add fixups for several chores we needed to do by hand. * Fix tags: and trademarks: lists * Fix paths to point to the proper language and not to master Reviewed by: dbaio@ Differential Revision: https://reviews.freebsd.org/D31882
* tools/*translate.sh: Add description field on the YAML Front Matter parserDanilo G. Baio2021-06-031-1/+1
| | | | | This field was introduced on 0d9894b11e0e94cde952b0112782e68e27c893da to improve SEO.
* Add helper scripts for translationsDanilo G. Baio2021-04-081-0/+78
Already using them on Weblate FreeBSD, https://translate-dev.freebsd.org/. Approved by: bcr, gjb (doceng) Differential Revision: https://reviews.freebsd.org/D29569