main.cpp contains a lot of qDebug() output, wrapped in 'QCoreApplication::translate()' But no one of those strings is really translatable (i.e. appear in Launchpad) If you intend to make debugging info translatable, it's a bug -- Regards, Konstantin
> main.cpp contains a lot of qDebug() output, wrapped in > 'QCoreApplication::translate()' > But no one of those strings is really translatable (i.e. appear in > Launchpad) Thanks! I appreciate all your suggestions and thorough comments for the translations. This should now be fixed in my Git repo for 1.0.1. Cheers, -Geoff