Jeff Hansen
Jeff Hansen
How am I supposed to know if you donโt include the error message or a screen shot? ๐
Are you perhaps clicking it multiple times and too fast?
Closing since `choice` is [discouraged over `select`](https://unicode-org.github.io/icu/userguide/format_parse/messages/#messageformat:~:text=Use%20of%20the%20old%20%22choice%22%20argument%20type%20is%20discouraged.) by the ICU documentation.
@glen-84 do you have an opinion on this?
If anything, we could extend the new `CustomValueFormatter` to include a `TryFormatDefault` which can be called when formatting `{simple}` values without a format or style. Will close this issue for...
> Are there really no formatters for numbers, dates, etc.? ๐ > > > Basically, it should be able to do anything that [MessageFormat.js](https://github.com/SlexAxton/messageformat.js) can do. That was written at...
@glen-84 from the page you linked, they even recommend pre-formatting arguments.
@glen-84 looking at the skeletons, too. It looks like ICU4C and ICU4J use different formatting codes, right? Like `j` in C for hour vs `h` in Java? If we support...
I can implement very basic support as mentioned by @glen-84 to at least get the ball rolling. I would just like to know which format codes to use for the...
@glen-84 if you can get me a map of the various pre-defined styles for dates, times and timestamps and what they map to for the dotnet formatting codes, that would...