Path: Create .qm out of .ts files

This commit is contained in:
wmayer
2023-04-30 16:21:28 +02:00
parent 74271f5e4a
commit 45da284dfd
45 changed files with 6 additions and 43 deletions

View File

@@ -43,6 +43,7 @@ void loadPathResource()
{
// add resources and reloads the translators
Q_INIT_RESOURCE(Path);
Q_INIT_RESOURCE(Path_translation);
Gui::Translator::instance()->refresh();
}