mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-12 09:04:33 +02:00
* Revert back to using system locale.
This commit is contained in:
@@ -69,7 +69,7 @@ main( int argc, char *argv[] )
|
||||
if ( guard.isPrimaryInstance() )
|
||||
a.init();
|
||||
|
||||
QString locale = QLocale::c().name();
|
||||
QString locale = QLocale::system().name();
|
||||
if ( locale == "C" )
|
||||
locale = "en";
|
||||
QTranslator translator;
|
||||
|
Reference in New Issue
Block a user