Fem: Create .qm out of .ts files

This commit is contained in:
wmayer
2023-04-30 11:33:40 +02:00
parent 429a85873f
commit 7bb204b790
45 changed files with 6 additions and 45 deletions

View File

@@ -82,6 +82,7 @@ void loadFemResource()
{
// add resources and reloads the translators
Q_INIT_RESOURCE(Fem);
Q_INIT_RESOURCE(Fem_translation);
Gui::Translator::instance()->refresh();
}