Update translations

This commit is contained in:
kramo
2023-03-19 13:12:35 +01:00
parent 832f124969
commit 57be95137c
11 changed files with 191 additions and 231 deletions

View File

@@ -149,10 +149,11 @@ def bottles_parser(parent_widget, action):
_("Successfully imported 1 game."),
)
elif len(bottles_games) > 1:
games_no = str(len(bottles_games))
create_dialog(
parent_widget,
_("Bottles Games Imported"),
# The variable is the number of games
_(f"Successfully imported {str(len(bottles_games))} games."),
_(f"Successfully imported {games_no} games."),
)
return bottles_games