Update translations

This commit is contained in:
kramo
2023-03-19 12:56:00 +01:00
parent 8a324aa3dc
commit a4cc224aa5
12 changed files with 886 additions and 476 deletions

View File

@@ -251,10 +251,7 @@ def heroic_parser(parent_widget, action):
create_dialog(
parent_widget,
_("Heroic Games Imported"),
_("Successfully imported")
+ " "
+ str(len(heroic_games))
+ " "
+ _("games."),
# The variable is the number of games
_(f"Successfully imported {str(len(heroic_games))} games."),
)
return heroic_games