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)
Thu, May 8, 10:41 PM
Unknown Object (File)
Wed, May 7, 3:56 AM
Unknown Object (File)
Sat, Apr 26, 6:38 PM
Unknown Object (File)
Apr 16 2025, 12:00 PM
Unknown Object (File)
Mar 6 2025, 9:09 AM
Unknown Object (File)
Mar 4 2025, 1:27 PM
Unknown Object (File)
Feb 23 2025, 3:17 PM
Unknown Object (File)
Feb 23 2025, 3:11 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.