Translation QA checker
Compare an original text with its translation and flag errors that are wrong in any language.
Translation QA checker
Paste the original text on one side and its translation on the other, and this tool compares them segment by segment for mistakes that are wrong in any language: a number that changed, a placeholder that got dropped, an HTML tag that's missing or moved, or a sentence that was never translated at all. It's built for localization reviewers, developers wiring up i18n strings, and anyone proofreading translated UI copy, help articles or marketing pages before they ship.
Toggle checks in the options panel. Numbers and units catches a price, date or quantity that doesn't match between the two texts. Placeholders and variables catches a missing {0}, %s or {{name}} — the fastest way a translation breaks a running app. HTML tags and their order flags a <b> or <a> that's missing, extra, or shuffled out of sequence. Terminal punctuation and capitalization catches a dropped period or a sentence that lost its capital letter. Untranslated segments finds lines copied verbatim from the source, and empty segments and double spaces catches blank rows and stray whitespace from copy-pasting. The segment separator — line, blank line, or tab — controls how both texts are split to match your source material.
Every finding is listed against its segment number, so a long document stays easy to work through. If the two texts have a different number of segments, the extra or missing ones are reported too, since a dropped paragraph is exactly the kind of error this tool exists to catch. Windows (CRLF) and Unix (LF) line endings are treated the same.
Everything runs locally in your browser — neither text is ever uploaded. Copy the report, download it as a .txt file, or send it back into the input to run another tool on it.