Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Intl API Support for Hermes JS Engine #87

Closed
2 of 8 tasks
Tracked by #157
dedavis6797 opened this issue Mar 8, 2022 · 1 comment
Closed
2 of 8 tasks
Tracked by #157

Add Intl API Support for Hermes JS Engine #87

dedavis6797 opened this issue Mar 8, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@dedavis6797
Copy link

dedavis6797 commented Mar 8, 2022

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

Preview Give feedback
  1. enhancement
  2. bug
  3. enhancement
  4. enhancement
  5. enhancement
  6. enhancement

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.

@dedavis6797 dedavis6797 added the enhancement New feature or request label Mar 8, 2022
@ghost ghost added the Needs: triage 🔍 label Mar 8, 2022
@chrisglein chrisglein transferred this issue from microsoft/react-native-windows Mar 8, 2022
@mganandraj
Copy link

Removing the "Needs triage" tag as the work is already in progress.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants