Skip to content
Category check · an honest assessment

The end of translation management? Here is what actually ended.

The claim shows up in different forms: the TMS is dead, AI killed translation management, we rebuilt our translation tool in an evening. All of them contain a real observation. AI collapsed the cost of the mechanical layer of translation management: storing strings, producing translations, publishing files. That layer is now cheap, sometimes free, and genuinely rebuildable in-house.

What the claim misses is that the mechanical layer was never the product. The part that did not get cheap is trust: knowing which machine translations are wrong, routing those to a human, keeping terminology consistent, and being able to show who approved what. The category is not ending. It is shifting from a translation management system that coordinates manual work to a translation automation platform that runs the pipeline itself, with humans governing by exception.

What actually became cheap

Three things happened between 2024 and 2026, and all three are worth taking seriously instead of arguing away.

The browser translates for free
Chrome 138+ and Edge 148+ ship an on-device Translator API: free, instant, private, offline-capable. Any page can be translated at display time without a service. We wrote the honest assessment of what it can and cannot do.
LLMs translate well
Modern AI translation is good enough that most of its output ships untouched. Feeding your strings to an LLM API is a few lines of code and a small bill. The question moved from "can a machine translate this" to "who stands behind the result".
The mechanical layer is rebuildable
String storage, CRUD, a publish step, CDN delivery: a competent team with an LLM writing code can stand up a working version of this layer quickly. That claim is true, and pretending otherwise would be silly. It is also not where the value of the category ever was.

If your need ends at "turn these strings into other languages and ship them", you can meet it today without a platform. Some teams honestly should. The build-or-buy section below is for them.

From translation management system to translation automation platform

The name of the category is changing because the job changed. Management was coordinating people. Automation is governing a pipeline.

A classic translation management system earned its name by managing work between people: developers export files, project managers assign jobs, translators translate, someone imports the result. AI removed most of those handoffs. What replaced them is a pipeline: new strings flow in from code, AI translates them in the background, and the results are delivered over a CDN without a redeploy.

A translation automation platform is what a TMS becomes when that pipeline is the default and humans move to its control points. The platform's job is no longer to distribute work; it is to decide, string by string, whether the automated result can ship, and to make the doubtful cases cheap to fix.

Quality estimation
Every AI translation gets a confidence score and a critique, so reviewers look exactly where the machine is unsure instead of re-reading everything. See Quality Estimation.
Review workflows
Low-confidence output becomes a pending proposal a human accepts or fixes; high-confidence output ships. The decision is recorded. See the review workflow.
Terminology and voice
A glossary and style guide feed every translation prompt and every human editor, so the product says "workspace" in every language, every time.
Deterministic checks
Broken placeholders, missing interpolation variables, untranslated fragments, format issues: caught by checks, not by hoping the model preserved them.
Translation memory
Approved translations are reused instead of re-generated, keeping wording stable across the product and across time. See translation memory.
Provenance
An exportable record of who reviewed what, when, and at what confidence. Under the EU AI Act, documented human review is what keeps machine-translated content out of the disclosure obligation. See Article 50.

What continuous localization looks like now

The workflow that survived the AI wave, updated for it.

Continuous localization means translation runs in parallel with development instead of as a batch phase before release. In 2026 the loop looks like this: a developer merges a change with new strings; extraction (CLI, CI, or runtime reporting) syncs the keys; AI translation drafts every language with glossary and style guide as context; quality estimation scores each draft; low-confidence output lands in review; everything else publishes to the CDN. A translation fix reaches users without a deploy.

The human effort in that loop is minutes per release, spent exactly where the automation is unsure. That is the honest sense in which translation management ended: the spreadsheet-and-handoff version of it did, and few will miss it.

Build or buy: the honest framework

Rebuilding your own translation layer is a real option. Here is the fair version of the decision, without the vendor thumb on the scale.

Four things are true at the same time. First, the mechanical layer (storage, CRUD, an LLM call, a publish step) is rebuildable, and with an LLM writing the code the first version costs an evening, not a quarter. Second, that first version is the cheapest day of ownership: maintenance, migrations, integrations, on-call, and the long tail of edge cases (plural rules, placeholder fidelity, format quirks across 15+ file formats) compound after it. Third, the layer above the mechanics (review, translation memory, quality estimation, checks, terminology, provenance) is the actual product, and rebuilding it means becoming a tools team. Fourth, if you were paying for a platform and using a tenth of it, the problem may be sizing, not the category: right-sizing to a smaller plan is a legitimate answer, and so is leaving.

Build (or script) it yourself when
  • No reviewers or translators are in the loop, and none are coming
  • Raw machine translation is acceptable for your content and market
  • One team, one product, no compliance surface
  • You have engineering time and want to own the pipeline
Use a platform when
  • Humans review or approve translations, even for a subset of content
  • Terminology and brand voice must stay consistent across languages
  • You need evidence of review (EU AI Act, audits, enterprise customers)
  • Multiple products or teams share translations and vocabulary
  • The engineering time exists but has better things to do

Both columns are respectable. The mistake is choosing by the first day's cost instead of the second year's.

Frequently asked questions

If your question is missing, email support@locize.com

Is the translation management system (TMS) dead?

No, but part of it is commoditized. The mechanical layer of a TMS (storing strings, running machine translation, publishing files) has become cheap: browsers translate pages on-device, LLMs translate well, and a competent engineering team can rebuild basic string storage and delivery quickly. What did not get cheap is the layer that makes translations trustworthy: review workflows, translation memory, quality estimation, terminology enforcement through glossary and style guide, deterministic checks, and provenance records of who approved what. The category is not ending; it is shifting from managing translation work by hand toward translation automation platforms where the pipeline runs itself and humans govern by exception.

What is a translation automation platform?

A translation automation platform is the current evolution of the translation management system. Instead of coordinating manual handoffs between developers and translators, the platform runs the pipeline automatically: new strings flow in from code, machine and AI translation produce drafts, quality estimation scores each AI translation, low-confidence output is routed to human review, terminology is enforced through glossary and style guide, and results are delivered over a CDN without a redeploy. The workflow it runs is called continuous localization. Humans stop being the pipeline and become its governors: they review what the automation flags and stand behind the result.

Should we build our own translation management system instead of buying one?

Sometimes yes. If you have no reviewers or translators in the loop, one team, raw machine translation is acceptable for your content, and you have engineering time, an in-house script plus an LLM API covers the mechanical layer well. The honest caveats: the initial build is the cheapest day of ownership (maintenance, migrations, integrations, and edge cases like plural rules and placeholder fidelity compound after it), and the moment you need review workflows, terminology consistency, quality scoring, or an audit trail of who approved a translation, you are rebuilding the actual product of a TMS, not its storage layer. Also consider right-sizing first: if you use only a fraction of a platform, a smaller plan is often cheaper than owning infrastructure.

If AI translates well, why do we still need translation management?

Because translating and standing behind a translation are different jobs. AI produces good output most of the time and wrong output some of the time (a flipped negation, an off-brand term, a broken placeholder), and without a system nothing tells you which is which. The management layer that remains valuable is exactly the part AI does not provide: quality estimation that scores machine output, review workflows that route the doubtful cases to humans, glossary and style guide that keep terminology and voice consistent, deterministic checks for placeholders and formatting, and provenance records. Regulation points the same direction: the EU AI Act rewards documented human review of machine-translated content.

What is continuous localization?

Continuous localization is the workflow where translation runs in parallel with development instead of as a batch phase before release. New and changed strings flow from code to the platform automatically (through CLI extraction, CI, or runtime reporting), drafts are produced by machine and AI translation, review focuses on what the automation flags, and finished translations are delivered over a CDN so fixes go live without redeploying. It is the workflow a translation automation platform exists to run.

Automation you can hold accountable.
Locize runs the pipeline: AI translation, quality estimation, review, and CDN delivery, with the evidence to stand behind it.