-
### Is your feature request related to a problem? Please describe.
The [number formatter](https://github.com/amannn/next-intl/blob/e1e10a6318362cd12be6de2b12cf92e8aaa75f56/packages/use-intl/src/core/…
-
### Description
The `signDisplay` option for `Intl.NumberFormat` is bugged and has an odd behaviour. E.g. the option `exceptZero` outputs "`+8,537,71+`" but it should output `+8.537,71 €`. Don't know…
-
Support formatting ordinals & cardinals
## Style Ordinal
```javascript
console.log(new Intl.NumberFormat('en', { style: 'ordinal' }).format(2));
// 2nd
console.log(new Intl.NumberFormat('pt',…
-
1. **Number formatting.** For some reason—even though it's [mentioned](https://github.com/CloudCannon/pagefind/pull/690#issuecomment-2458531330) that numbers are already being formatted—I’m seeing "1 …
-
It seems like `Intl.NumberFormat.prototype.format` should support BigDecimal transparently, just as it supports BigInt.
On the ICU level, this should be straightforward, using the same API as BigIn…
-
| ECMA 402 API | Trait Definition | [`rust_icu`][ri] API | `rust_icu` adaptor | [`icu4x`][icu4x] API | `icu4x` adaptor |
|----------------------|---------------------|--------------------|-----------…
-
I got this error in Crashlytics. The error occurred after attempt to format a price.
Stack Trace:
```
ArgumentError: Invalid argument(s): Invalid locale "se_SE"
File "intl_helpers.dart", line …
-
## Which package?
react-intl
## Describe the bug
I am using `FormattedDateTimeRange` in a React Native application with the following setup:
```tsx
```
When the `from` and `to` dates fal…
-
### What version of Bun is running?
1.0.15
### What platform is your computer?
Darwin 23.1.0 arm64 arm
### What steps can reproduce the bug?
```number.ts
/**
* Convert a number to it…
-
I've seen that there the `petabit` unit is missing.
The `petabyte` is present but not `petabit`.
```
console.log(new Intl.NumberFormat('en', { notation: "compact" , compactDisplay: "long", style: '…