You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to migrate a project from React to lit-html and replacing any instances of react-intl with lit-translate. The one thing I miss is the FormatJS CLI
It would be nice to be able to define messages in the same way, e.g.
I'm trying to migrate a project from React to lit-html and replacing any instances of
react-intl
withlit-translate
. The one thing I miss is the FormatJS CLIIt would be nice to be able to define messages in the same way, e.g.
And have a
@appnest/lit-translate-cli
which could extract messages in the same way:formatjs extract [options] [files...]
I think this approach has two advantages:
The text was updated successfully, but these errors were encountered: