Clothing Store 2.0 - Cleanup, translations, and room hooks
This commit is contained in:
parent
737ba3cf09
commit
b26dfadbac
@ -1019,7 +1019,7 @@ label clothing_store_cart_full():
|
|||||||
return
|
return
|
||||||
|
|
||||||
label clothing_store_checkout(transit_time, cart):
|
label clothing_store_checkout(transit_time, cart):
|
||||||
$ _tmp = "tomorrow" if transit_time == 1 else f"in about {{number={transit_time}}} days"
|
$ _tmp = _("tomorrow") if transit_time == 1 else _("in about [transit_time] days")
|
||||||
maf "You can expect a parcel [_tmp]."
|
maf "You can expect a parcel [_tmp]."
|
||||||
|
|
||||||
if her_outfit_maid in cart:
|
if her_outfit_maid in cart:
|
||||||
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user