November 10, 2024
7 min read
Chulho Baek
June 18, 2025
6 min read
In the global content market, a single subtitle mistake can break immersion, damage brand credibility, or even lead to rejected deliveries.
While working on subtitling projects for major broadcasters like CJ ENM, we encountered repeated issues—minor in appearance but costly in consequence.
To prevent these, we built an internal automated translation QA engine and deployed it in real workflows. The results were immediate: better quality, faster delivery, and zero rejections.
<br>
tags to \n
).exe
files to integrate with broadcaster-side workflows
[Input Subtitle Directory]
↓
[LETR Engine]
├─ Format Validator
├─ Symbol & Rule Checker
└─ GPT-Powered Language Module
├─ Contextual analysis
├─ Spelling & grammar detection
└─ Suggestion report generation
↓
[Final SRT + Issue Reports]
Before automation, our manual QA process had recurring issues:
[[
, %%
, etc.)~
, =
, +
<br>
tags causing delivery rejectionsSuch issues, when caught late, led to emergency fixes, schedule delays, or complete delivery failures.
We modularized the checker and implemented the pipeline with the following tools:
11_check_n_fix_format.exe
.bak
backups and ko_issues.txt
reports if Korean lines contain English
12_check_symbols.exe
13_check_spelling_gpt.exe
13_check_spelling_n_grammatical_errors_gpt.py
Subtitle Block: 234
Original: He go to the market every day.
Suggested: He goes to the market every day.
14_make_final_files.py
<br>
to \n
replacements handled by 15_replace_br_to_return.py
Localization QA isn’t just about perfect translations—it's about safe and compliant delivery.
A good proofreading engine should always follow this cycle:
Detection → Structured Reporting → Fix Suggestion → Final Output
11_check_n_fix_format.exe
— Format checker13_check_spelling_gpt.exe
— GPT proofreader14_make_final_files.py
— Final file generator15_replace_br_to_return.py
— <br>
to newline converterThe best subtitle checkers don’t just fix mistakes.
They prevent them before they reach the client.
Twigfarm’s LETR engine is built for that purpose.
November 10, 2024
7 min read