CI Workflow Example
Using the CLI Instead
The CLI wraps the calls above — nocurl/jq scripting needed:
lingulink push handles the reverse direction (uploading a translated
JSON file back into a project) — see Import Translations.
Runtime Usage Pattern
- Fetch translations on build/deploy
- Cache locally per environment
- Refresh on release events or scheduled sync
Cron Sync Example
Safe Deployment Pattern
- Pull translations during CI
- Validate JSON schema/shape
- Run smoke tests in staging
- Promote build to production