You run your English-to-Chinese translation through an AI tool. Then you run a quality assurance (QA) check. The score comes back clean. You ship it.
But here’s what that score didn’t catch.
The QA tools you’re using weren’t built for Traditional Chinese
Most automated QA tools — Xbench, Verifika, the QA layers built into platforms like Crowdin — were designed around European languages and, where Chinese is concerned, Simplified Chinese. Traditional Chinese for Taiwan (ZH-TW) is consistently treated as a secondary locale, not the use case they were built for.
What this means in practice: the tools will catch formatting issues, number mismatches, and missing placeholders. They will not catch grammar. In Chinese, errors of word order, subject placement, and modifier position don’t always break the sentence — they just make it feel wrong to readers. A QA tool has no way to flag that. Neither does a score.
The QA score gave you a number. It did not give you an answer.
The problem often starts before translation begins
Even if better ZH-TW QA tools existed, they would only catch problems at the output end. A significant portion of translation quality issues originate in the source file, before machine translation (MT) has even started.
Two examples I’ve seen repeatedly:
A client’s documentation alternated between Capture (their proprietary scanning module) and capture (the action). Any translator, human or AI, would face the same problem: the source file doesn’t make the distinction clear.
A set of instructions used should, must, and will interchangeably, without a style guide defining the difference. The MT treated them as synonyms. In a compliance context, that distinction is the entire point. In technical or medical documentation, that distinction can have real consequences.
These aren’t translation errors. The translator did exactly what was asked. The source file just wasn’t ready.
What does “translation-ready” actually mean?
MT-readiness isn’t a checklist you run once. It’s a set of decisions about how your content is written, structured, and maintained over time. The most common issues I see in source files that hurt MT output:
When these are addressed before translation begins, MT output is significantly better. And so is human post-editing, because the editor is correcting genuine translation decisions rather than untangling ambiguity that was already present in the English source.
Quality lives at both ends of the process
The QA score tells you something. But quality isn’t checked into a translation — it’s designed in from the start, and verified by someone who knows what to look for at the end. The score in the middle is just a signal. It was never meant to be the answer.
If you’ve found a QA tool that actually works for Asian languages, I’d love to compare notes.