First, I'm not talking about the standard translation features of Qt. Those are 
static - the translation file is generated and deployed with the app. I now 
need to support an ever-changing list of translations. I want my mobile app to 
download the current set of translations and use that. In addition, it would be 
nice if it was some kind of open format. We have a web app where these will be 
maintained, because they need to be shared with the web. The web is backed by a 
database, and exporting these to JSON would be ideal, along with Javascript 
versions for the Web UI, so we don't have to create and maintain two 
translation systems. 


What support is there for this?




_______________________________________________
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest

Reply via email to