Translation doesn't work like that
This commit is contained in:
parent
15b6025d39
commit
5fa2a0ff19
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user