Page MenuHomeFreeBSD

Add helper scripts for translations
ClosedPublic

Authored by dbaio on Apr 3 2021, 8:50 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Jan 6, 11:13 PM
Unknown Object (File)
Nov 5 2024, 7:54 PM
Unknown Object (File)
Nov 5 2024, 9:31 AM
Unknown Object (File)
Oct 27 2024, 11:17 PM
Unknown Object (File)
Oct 20 2024, 3:51 AM
Unknown Object (File)
Oct 8 2024, 2:26 AM
Unknown Object (File)
Oct 5 2024, 8:33 AM
Unknown Object (File)
Oct 2 2024, 8:08 PM
Subscribers

Details

Summary
Add helper scripts for translations

Already using them on Weblate FreeBSD,
repository here.

Next step I would like to open another review to start pushing English PO files
(templates) to the doc repository and upgrade them periodically.

Basic usage:

$ ./tools/update_translate_template.sh
  ... executing in both components

$ ./tools/update_translate_template.sh documentation

$ ./tools/update_translate_template.sh website

and

$ ./tools/translate.sh documentation pt-br

Diff Detail

Repository
R9 FreeBSD doc repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

dbaio requested review of this revision.Apr 3 2021, 8:50 PM
dbaio created this revision.
  • tools/translate.sh: Fix indentation
bcr added a subscriber: bcr.

Looks good to me.
If noone else from doceng raises any objections, this can go in as a first version.

This revision is now accepted and ready to land.Apr 6 2021, 11:50 AM
This revision was automatically updated to reflect the committed changes.