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 think fluent relies on icu. Several of their constructors require a data provider. Do you simply use icu_testdata or have you passed through the data management process? If so, how can I reuse it? Or am I wrong about the use of icu? I'm asking because it could be an indirect dependency too.
The build in functions you are referencing from the guide are not (to date) even implemented at all in the fluent-rs series of crates. There is current work in progress both and some discussion about specifics that you could jump into if you are interested. See #353 for the NUMBER() builtin and #181 for DATETIME(). Also note #269 where this is discussion and action towards using icu4x.
I think
fluent
relies onicu
. Several of their constructors require a data provider. Do you simply useicu_testdata
or have you passed through the data management process? If so, how can I reuse it? Or am I wrong about the use oficu
? I'm asking because it could be an indirect dependency too.Note, I think this because:
The text was updated successfully, but these errors were encountered: