I maintain a Qt5 project, for which i18n .ts files are translated thanks to Weblate. The project has markdown user-documentation and I'd like to manage its translation using Weblate too. Is there a way to generate .ts files out of .md? (And then generate translated .md on build?) Otherwise, is there an other way to handle user-documentation i18n with Qt5?
Asked
Active
Viewed 178 times
1 Answers
0
You need to have translations in some of formats supported by Weblate. You can use po4a to extract text formats into Gettext PO for use in Weblate..

Michal Čihař
- 9,799
- 6
- 49
- 87
-
Do you know if Weblate can handle a project with both .po and .ts translation files? – captnfab Mar 07 '19 at 06:46
-
Yes, you can have any number of translation components in single project. – Michal Čihař Mar 07 '19 at 09:26