Points: Create .qm out of .ts files

This commit is contained in:
wmayer
2023-04-30 16:28:32 +02:00
parent c993ab3385
commit fffe75bef5
45 changed files with 6 additions and 43 deletions

View File

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