Gui: Create .qm out of .ts files

This commit is contained in:
wmayer
2023-04-30 18:33:19 +02:00
parent 3a78280ed7
commit 8cc0b6ad39
46 changed files with 17 additions and 44 deletions

View File

@@ -1819,6 +1819,7 @@ static void init_resources()
// init resources
Q_INIT_RESOURCE(resource);
Q_INIT_RESOURCE(translation);
Q_INIT_RESOURCE(FreeCAD_translation);
}
void Application::initApplication()