Update translations

This commit is contained in:
kramo
2023-08-16 11:07:41 +02:00
parent afb2d8b6d3
commit 73897a9ed3
4 changed files with 88 additions and 47 deletions

View File

@@ -165,9 +165,10 @@ class Game(Gtk.Box):
if self.win.stack.get_visible_child() == self.win.details_view:
self.win.on_go_back_action()
# The variable is the title of the game
self.create_toast(
_("{} removed").format(GLib.markup_escape_text(self.name)), "remove"
# The variable is the title of the game
_("{} removed").format(GLib.markup_escape_text(self.name)),
"remove",
)
def set_loading(self, state):