Clothing Store 2.0 - Cleanup, translations, and room hooks

This commit is contained in:
LoafyLemon 2024-11-14 15:13:15 +00:00
parent 737ba3cf09
commit b26dfadbac
2 changed files with 4 additions and 290 deletions

View File

@ -1019,7 +1019,7 @@ label clothing_store_cart_full():
return
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]."
if her_outfit_maid in cart:

File diff suppressed because it is too large Load Diff