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, Aug 20, 12:43 PM
Unknown Object (File)
Thu, Aug 20, 10:53 AM
Unknown Object (File)
Wed, Aug 19, 10:47 AM
Unknown Object (File)
Tue, Aug 18, 8:07 PM
Unknown Object (File)
Tue, Aug 18, 4:35 PM
Unknown Object (File)
Tue, Aug 18, 2:53 PM
Unknown Object (File)
Mon, Aug 17, 8:45 PM
Unknown Object (File)
Sun, Aug 16, 9:32 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
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 38301
Build 35190: arc lint + arc unit

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.