Test: Create .qm out of .ts files

This commit is contained in:
wmayer
2023-04-30 17:44:21 +02:00
parent 23a6eae698
commit 0df9d12530
45 changed files with 6 additions and 43 deletions

View File

@@ -198,6 +198,7 @@ void loadTestResource()
{
// add resources and reloads the translators
Q_INIT_RESOURCE(Test);
Q_INIT_RESOURCE(Test_translation);
Gui::Translator::instance()->refresh();
}