0

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?

captnfab
  • 28
  • 4

1 Answers1

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