Translation Source Check - A tool to hunt bugs in translations
-
Hallo,
I wrote a tool that checks the source and the translation. It helped me locating a lot of bugs and so i hope it will also help you. It can care about Qt .ts files, but also about .po files.
It is useful for translators, but also for the software developer who want to check their strings in the source.
It starts with easy checks like scanning for double spaces in strings up to checks that validate if emails or URLs are fine in the translation.
You can find the latest version here:
https://lalescu.ro/liviu/fet/forum/index.php?board=42.0I hope it helps you to improve your software.
Best Regards
-
I added some more checks. I also added a small feature to export and import the strings.
So you can for example export the strings. Let is translate with google translator AI for free and import it again.
An other variant is to export the strings and let chat-gpt, gemini, ... read the strings. They found several misspellings and grammar bugs in my projects.
There is a Windows, MacOS and Linux version.
I hope it helps you also to locate bugs in your translations.