Skip to main content

CI Workflow Example

Using the CLI Instead

The CLI wraps the calls above — no curl/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

  1. Pull translations during CI
  2. Validate JSON schema/shape
  3. Run smoke tests in staging
  4. Promote build to production

Next Steps