Moritz

Results 345 comments of Moritz

`intl` is a pretty old library with a limited set of features. It must be maintained, bugs must be fixed, some of which are hard to fix (e.g., the data...

Please file a new issue for these feature requests!

> Invalid locale "ars_EG" Do you mean `ar_EG`?

> Invalid locale "ars_SA" I believe this is a clone of https://github.com/dart-lang/i18n/issues/745

Currently, there is no support for ordinal plural rules in this package, which differ from the cardinal plural rules as described [here](https://unicode-org.github.io/cldr/ldml/tr35-numbers.html#:~:text=This%20section%20defines,floor%2C%2096th%20floor). This would certainly be a nice addition, but...

For the new `package:intl4x`, the implementation of this feature would require https://github.com/tc39/ecma402/issues/494 and https://github.com/unicode-org/icu4x/issues/595 to be resolved. I agree that this seems like a good feature to have in an...

The country code is determined by the locale in this package. Resolving the locale `en_DE` will be looked up, not found, and fall back to `en`, for which the currency...

This is a long-term goal, pending https://github.com/unicode-org/icu4x/issues/801 and the addition of duration formatting into ECMA402. We can then expose this through `package:intl4x`. It will not be implemented in `package:intl`.

> It’s been 9 years and this problem still exists 😭 Which is why we are working on it in [package:messages](https://github.com/dart-lang/i18n/tree/main/pkgs/messages)! :)