W26 – New Lingo.dev CLI: `lingo push` runs your engine's full localization pipeline

The new now runs the localization pipeline – pre-edit, human review, AI review, rephrase, back-translation, each toggled on the engine.

Toggle stages on the engine's Pipeline tab, or override per job through pipelineConfig. cleans typos in the source before they reach any locale. The core localization step applies your , , and . pauses the run until your team or an external provider signs off. reconciles a reviewer's edits back to engine config. rewrites for marketing copy. flags semantic drift.

A run that includes a human-review stage can wait days before it lands, so the CLI splits a job into and . pull re-attaches to the most recent push and downloads outputs from any machine, including after the original terminal was closed.

Full changelog:

4 views

Add a comment

Replies

Best

This pipeline framing is interesting because localization failures are often not one-off translation mistakes, they’re memory problems.

A glossary term, tone rule, or product-specific phrase gets decided once, then slowly drifts across releases, teams, and locales. So the hard part is not only catching the error, but preserving the decision that made it an error.

Curious how AI review feedback reconciles back into engine config over time. Can the system distinguish between a one-off reviewer preference and a durable rule the team should carry forward?