Jeff Hansen
                                            Jeff Hansen
                                        
                                    > But as your readme states compatibility with messageformat.js, I think booleans should be allowed and converted to lowercase. I state _somewhat_ compatibility. 😉 If the spec does not dictate...
What would the API for that look like @hilari0n ?
Would it help to be able to pass in a culture?
Oh, I forgot about that! That was added in #14. Would you be willing to submit a PR?
Locales are busywork so that's why I didn't bother. The most important part for me was the pluralisation constructs
MessageFormat.NET only supports `plural` and `select` formatters, I'm not really sure what `choice` is for?
So that example seems like it should be using `plural` instead.
The `other` is for when there's no specific match. If ICU doesn't recommend using `choice`, then maybe we shouldn't include it, but not sure. I don't have the bandwidth to...
Yeah, I’ll accept a PR. I just moved from Denmark to the US and left my Windows PC behind, so I’m not sure whether I can publish a new version...
The last build I did on my Windows machine. There's AppVeyor set up, but not to do code signing and pushing of NuGet packages. Pushing to NuGet is such a...