4

I need to have my application translated into many different languages, I have the translators and know that I can use Qt Linguist. However as far as I can tell I have to package up Linguist myself and ship it out to the translators.

Is there a web-based solution or do other package Qt Linguist with the ts files?

demonplus
  • 5,613
  • 12
  • 49
  • 68
Phil Hannent
  • 12,047
  • 17
  • 71
  • 118

1 Answers1

5

I think you have to package it up yourself. However, while browsing qt-apps.org the other day I did come across Qt Linguist Download which seems to be a packaged version of Linguist designed to address exactly this need. I have not actually used this myself - our translation is done in-house so we have not had this particular issue.

David Dibben
  • 18,460
  • 6
  • 41
  • 41