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

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