mirror of
https://github.com/clementine-player/Clementine
synced 2024-12-18 04:19:55 +01:00
Remember to actually load the translation resources
This commit is contained in:
parent
a0c551f7a7
commit
dae28e10ab
@ -37,6 +37,7 @@ int main(int argc, char *argv[]) {
|
||||
|
||||
// Resources
|
||||
Q_INIT_RESOURCE(data);
|
||||
Q_INIT_RESOURCE(translations);
|
||||
|
||||
// Translations
|
||||
QTranslator qt_translator;
|
||||
|
Loading…
Reference in New Issue
Block a user