Launching today

Translation Validator
Catch translation errors before they ship
3 followers
Catch translation errors before they ship
3 followers
A translation file linter that checks XLIFF, Qt Linguist, and Gettext files. Find broken placeholders, mismatched brackets, duplicate translations, suspicious lengths, and 25+ other potential issues in seconds.



The Qt ts file support caught my eye since that format is a pain to audit manually. One thing that would help a lot is a CI-friendly mode that exits with a non-zero code when issues are found, and ideally a flag to filter by severity so I can block merges only on errors but still see warnings in the logs.
@zkanuslubazjmq Thanks! That's already supported. If the tool finds at least one issue with error severity, it exits with a non-zero exit code, making it suitable for CI pipelines.