dashkite / messages

Other
0 stars 0 forks source link

Add I18N Support #1

Open dyoder opened 2 years ago

dyoder commented 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.

dyoder commented 2 years ago

See also: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl

dyoder commented 2 years ago

The reason we can't already just implement this is because we need Node 18, which has support for the Intl features.