Update translation files

This commit is contained in:
kramo
2023-03-29 08:09:04 +02:00
parent 17a6a53fd2
commit d4e6423bd5
3 changed files with 81 additions and 117 deletions

View File

@@ -37,6 +37,7 @@ class Importer:
title=_("Importing Games…"),
child=self.progressbar,
)
self.import_dialog = Adw.Window(
content=import_statuspage,
modal=True,
@@ -85,9 +86,10 @@ class Importer:
_("Successfully imported 1 game."),
)
elif self.imported_no > 1:
imported_no = self.imported_no
create_dialog(
self.parent_widget,
_("Games Imported"),
# The variable is the number of games
_(f"Successfully imported {self.imported_no} games."),
_(f"Successfully imported {imported_no} games."),
)