-
Notifications
You must be signed in to change notification settings - Fork 46
Open
Description
I couldn't find any info regarding compiling fluent to the target languages.
Is it possible, for example, to transform this:
key = Hello, {$userName}!
Into this (javascript implementation here);
key(props) => "Hello, " + props.userName + "!"
This greatly helps reducing bundle size. It is done by messageFormat and a few others and would be great to have.
Metadata
Metadata
Assignees
Labels
No labels