Update translations

This commit is contained in:
kramo
2023-03-19 12:42:00 +01:00
parent 012959c57b
commit cad5c3fd36
12 changed files with 846 additions and 446 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