mirror of
https://github.com/videolan/vlc.git
synced 2024-11-28 12:26:11 +08:00
make a separate directoy for the translations
This commit is contained in:
parent
d8421cc77d
commit
0b192b63d0
@ -368,7 +368,7 @@ static void Init( intf_thread_t *p_intf )
|
||||
QString path = QString( QT4LOCALEDIR );
|
||||
#else
|
||||
QString path = QString( QString(config_GetDataDir()) + DIR_SEP +
|
||||
"locale" + DIR_SEP );
|
||||
"locale" + DIR_SEP + "qt4" + DIR_SEP );
|
||||
#endif
|
||||
// files depending on locale
|
||||
bool b_loaded = qtTranslator.load( path + "qt_" + ql.name());
|
||||
|
Loading…
Reference in New Issue
Block a user