fluent-rs icon indicating copy to clipboard operation
fluent-rs copied to clipboard

Bundled FluentMessage and FluentArgs type

Open clarfonthey opened this issue 3 years ago • 1 comments

Essentially, I want a pair of these that has been pre-validated, but not actually formatted into a string. This should just involve verifying the type and existence of arguments without actually formatting them inside the string.

Right now, the only way to actually "verify" this is to format the string and toss out the result, which is a pretty bad API IMHO.

clarfonthey avatar Mar 27 '22 21:03 clarfonthey

Seems useful to me.

gregtatum avatar Nov 07 '22 14:11 gregtatum