mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-13 17:43:59 +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() )
|
if ( guard.isPrimaryInstance() )
|
||||||
a.init();
|
a.init();
|
||||||
|
|
||||||
QString locale = QLocale::c().name();
|
QString locale = QLocale::system().name();
|
||||||
if ( locale == "C" )
|
if ( locale == "C" )
|
||||||
locale = "en";
|
locale = "en";
|
||||||
QTranslator translator;
|
QTranslator translator;
|
||||||
|
Reference in New Issue
Block a user