Closed
Description
- Do we want syntax like
{$arg func opt=$variable}
? What are the use-cases? - How can we make it work such that func is cached/memoized?
- Can
$variable
above be supplied by the application code as an argument to MessageFormat? - Can
$variable
refer to another placeholder found in the same message? - Can
$variable
refer to a local variable defined by the message?