You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The goal for this issue is to bring Hermes to parity with its predecessor Intl implementations, ensuring alignment with the ECMA-402 specification.
Motivation
Hermes currently lacks support for Intl APIs that were available in its predecessor, Chakra/V8. This gap causes issues for customers requiring i18n integration for features like date, time and string formatting based on client device locale settings. Related discussions on this topic can be referenced in items facebook/hermes#630 and (MSFT INTERNAL) Deliverable 36976172.
The content you are editing has changed. Please copy your edits and refresh the page.
There's a PR of a basic datetimeformat object with documented limitations. Due to the amount of time and effort it takes to add these objects, we will do them on an as-needed basis.
The text was updated successfully, but these errors were encountered:
Summary
The goal for this issue is to bring Hermes to parity with its predecessor Intl implementations, ensuring alignment with the ECMA-402 specification.
Motivation
Hermes currently lacks support for Intl APIs that were available in its predecessor, Chakra/V8. This gap causes issues for customers requiring i18n integration for features like date, time and string formatting based on client device locale settings. Related discussions on this topic can be referenced in items facebook/hermes#630 and (MSFT INTERNAL) Deliverable 36976172.
Tasks
Current Status
There's a PR of a basic datetimeformat object with documented limitations. Due to the amount of time and effort it takes to add these objects, we will do them on an as-needed basis.
The text was updated successfully, but these errors were encountered: