Start: Create .qm out of .ts files

This commit is contained in:
wmayer
2023-04-30 17:31:39 +02:00
parent 7505c5b2e3
commit 2f2ca69866
45 changed files with 6 additions and 43 deletions

View File

@@ -40,6 +40,7 @@ void loadStartResource()
{
// add resources and reloads the translators
Q_INIT_RESOURCE(Start);
Q_INIT_RESOURCE(Start_translation);
Gui::Translator::instance()->refresh();
}