Fix fstrings in translations

This commit is contained in:
kramo
2023-03-31 15:44:52 +02:00
parent 89afe23535
commit 3e568be6d8
5 changed files with 17 additions and 16 deletions

View File

@@ -93,5 +93,5 @@ class Importer:
self.parent_widget,
_("Games Imported"),
# The variable is the number of games
_(f"Successfully imported {games_no} games."),
_("Successfully imported {} games.").format(games_no),
)