Web: Create .qm out of .ts files

This commit is contained in:
wmayer
2023-04-30 17:49:30 +02:00
parent 832abf8c7f
commit 3a78280ed7
45 changed files with 7 additions and 43 deletions

View File

@@ -51,6 +51,7 @@ void loadWebResource()
{
// add resources and reloads the translators
Q_INIT_RESOURCE(Web);
Q_INIT_RESOURCE(Web_translation);
Gui::Translator::instance()->refresh();
}