A placeholder's value: a string or a number for {token}, or a record a dotted
{token.path} walks into. Passing state as the tree it already is beats flattening it
into names first - t('hit', { side }) with a message of {side.stored.hitpoints} -
and a path that names nothing (a step missing, or an object where a value belongs)
leaves the placeholder as written rather than rendering an object.
A placeholder's value: a string or a number for
{token}, or a record a dotted{token.path}walks into. Passing state as the tree it already is beats flattening it into names first -t('hit', { side })with a message of{side.stored.hitpoints}- and a path that names nothing (a step missing, or an object where a value belongs) leaves the placeholder as written rather than rendering an object.