Hi,
I've started a small project which should (besides other things) be able to load a file containing strings like {L_TITLE} which should get translated.
This way, lupdate and the translation system of Qt is not able to recognize those strings.
Is it possible to use the .ts files with Qt Linguist here or do i have to write a translation class on my own?
C167