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)
Jan 14 2024, 10:28 PM
Unknown Object (File)
Jan 13 2024, 7:52 PM
Unknown Object (File)
Dec 20 2023, 4:01 AM
Unknown Object (File)
Nov 15 2023, 12:41 PM
Unknown Object (File)
Nov 10 2023, 7:47 PM
Unknown Object (File)
Oct 14 2023, 11:42 AM
Unknown Object (File)
Oct 9 2023, 6:35 PM
Unknown Object (File)
Sep 18 2023, 2:37 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 38300
Build 35189: 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.