Skip to content

Compiling fluent #345

@ecstrema

Description

@ecstrema

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions