-
Notifications
You must be signed in to change notification settings - Fork 113
Update FluentNumber to use ICU4X #269
Copy link
Copy link
Open
Labels
help wantedWe need help making decisions or writing PRs for this.We need help making decisions or writing PRs for this.icu4xMigrate example components to use icu4x instead of custom stubbed out components.Migrate example components to use icu4x instead of custom stubbed out components.
Metadata
Metadata
Labels
help wantedWe need help making decisions or writing PRs for this.We need help making decisions or writing PRs for this.icu4xMigrate example components to use icu4x instead of custom stubbed out components.Migrate example components to use icu4x instead of custom stubbed out components.
Type
Fields
Give feedbackNo fields configured for issues without a type.
Update (from @gregtatum): This bug is now about about using ICU4X's number formatter to back FluentNumber.
It seems that fluent-rs can parse options for numbers, but not use them.
Looking at FluentNumber::as_string(), the only option that gets used is minimum fraction digits.
So, things to implement: