Translation doesn't work like that
(cherry picked from commit 5fa2a0ff19
)
This commit is contained in:
parent
b62fbcb179
commit
d9f9454a03
@ -92,7 +92,7 @@ screen file_slots(title):
|
|||||||
$ minutes, seconds = divmod(int(playtime), 60)
|
$ minutes, seconds = divmod(int(playtime), 60)
|
||||||
$ hours, minutes = divmod(minutes, 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 "Day: {}".format(day)
|
||||||
text "Playtime: {}H {}M {}S".format(hours, minutes, seconds)
|
text "Playtime: {}H {}M {}S".format(hours, minutes, seconds)
|
||||||
else:
|
else:
|
||||||
|
Loading…
Reference in New Issue
Block a user