-
-
Notifications
You must be signed in to change notification settings - Fork 401
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
Implement missing internationalization related methods #1562
Comments
Would this also cover the Intl global object and its constructors? |
Not really. That would be it's own issue, I think. |
@jedel1043 I would like to clarify several things about
|
Hi @NorbertGarfield, nobody is working on this right now as far as I can tell, so feel free to work on it. I think the idea here was to use ICU4X to do all this: #1180 |
<!--- Thank you for contributing to Boa! Please fill out the template below, and remove or add any information as you feel neccesary. ---> This Pull Request provides initial implementation for DateTimeFormat constructor. It relates to #1562. It changes the following: - Adds `Intl.DateTimeFormat` property - Partially implements `DateTimeFormat` constructor (`InitializeDateTimeFormat` step is postponed). - Introduces `ObjectData::DateTimeFormat`
<!--- Thank you for contributing to Boa! Please fill out the template below, and remove or add any information as you feel neccesary. ---> This Pull Request provides initial implementation for DateTimeFormat constructor. It relates to #1562. It changes the following: - Adds `Intl.DateTimeFormat` property - Partially implements `DateTimeFormat` constructor (`InitializeDateTimeFormat` step is postponed). - Introduces `ObjectData::DateTimeFormat`
This Pull Request adds several helpers to resolve #1562. It adds the following subroutines: - toDateTimeOptions - GetOption - GetNumberOption - DefaultNumberOption
Probably follows from #1180.
This is the list of methods we are currently missing from builtin objects because we don't have an internationalization API yet:
String
Date
General
Please comment or edit this issue if you find any other method that depends on internationalization.
The text was updated successfully, but these errors were encountered: