Open dyoder opened 2 years ago
Message catalogs can be processed using the proposed JavaScript standard library to support the ICU format, which handles things like language independent pluralization rules, list formatting, and so on.
See also: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl
The reason we can't already just implement this is because we need Node 18, which has support for the Intl features.
Message catalogs can be processed using the proposed JavaScript standard library to support the ICU format, which handles things like language independent pluralization rules, list formatting, and so on.