Fluent.Net icon indicating copy to clipboard operation
Fluent.Net copied to clipboard

C# port of fluent.js

Results 9 Fluent.Net issues
Sort by recently updated
recently updated
newest added

Fixed "Invalid decimal value 0.0 at position 66" exception in plurals parser on non-US locales

I'm trying to format the current string. ``` today-is = Today is { DATETIME($date, month: "long", year: "numeric", day: "numeric") } ``` The expected result should be `Today is ⁨November...

Fluent.Net crashes on Bulgarian Windows 11 when parsing an integer `0` with this strange exception. ``` System.TypeInitializationException: 'The type initializer for 'Fluent.Net.Plural.LocaleRules' threw an exception.' Inner exception: ParseException: Invalid decimal...

Closes https://github.com/blushingpenguin/Fluent.Net/issues/11

This is just to trigger the syntax highlighting. https://github.com/github/linguist/issues/4206#issuecomment-998690919

Sorry for this not being separate PRs, I initially wanted to fix more about the library and figured all the fixes would interconflict anyways so this would be saner. Then...

Please add support of currencies to FluentNumber Thanks,

If I've seen it correctly the current implementation of the number function does nothing. What are your plans for the future? - Do you intent to provided the same parameter...

The runtime AST is a perf optimization designed specifically with the JavaScript frontend in mind. Do you think C# needs it as well? For reference, we're actually thinking of dropping...