PD: Create .qm out of .ts files

This commit is contained in:
wmayer
2023-04-30 15:30:42 +02:00
parent 6603a2e13f
commit 74271f5e4a
45 changed files with 6 additions and 43 deletions

View File

@@ -72,6 +72,7 @@ void loadPartDesignResource()
{
// add resources and reloads the translators
Q_INIT_RESOURCE(PartDesign);
Q_INIT_RESOURCE(PartDesign_translation);
Gui::Translator::instance()->refresh();
}