Spreadsheet: Create .qm out of .ts files

This commit is contained in:
wmayer
2023-04-30 17:27:07 +02:00
parent 9540b97633
commit 8089e93951
45 changed files with 6 additions and 43 deletions

View File

@@ -48,6 +48,7 @@ void loadSpreadsheetResource()
{
// add resources and reloads the translators
Q_INIT_RESOURCE(Spreadsheet);
Q_INIT_RESOURCE(Spreadsheet_translation);
Gui::Translator::instance()->refresh();
}