-
Notifications
You must be signed in to change notification settings - Fork 114
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.
Description
Activity
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.
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: