Comment 10 for bug 908540

Revision history for this message
Daniel Schürmann (daschuer) wrote :

Unfortunately I have no Windows development environment, so my findings are based on debugging on Ubuntu.

Please look at mixxx.cpp line 144 ff.

   if( qtTranslator->load("qt_" + locale,
           QLibraryInfo::location(QLibraryInfo::TranslationsPath))) {
       a->installTranslator(qtTranslator);
   }

Where does QLibraryInfo::TranslationsPath points to in WIN?
Maybe the best solution is to load qt_<locale>.qm form "translationsFolder" using a compiler switch.