Translation doesn't work like that

This commit is contained in:
Gouvernathor 2024-03-26 20:07:43 +01:00
parent 15b6025d39
commit 5fa2a0ff19
1 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,7 @@ screen file_slots(title):
$ minutes, seconds = divmod(int(playtime), 60)
$ hours, minutes = divmod(minutes, 60)
text FileTime(slot, format=_(slot_time_format))
text FileTime(slot, format=slot_time_format)
text "Day: {}".format(day)
text "Playtime: {}H {}M {}S".format(hours, minutes, seconds)
else: