-
-
Notifications
You must be signed in to change notification settings - Fork 406
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
Intl: Implement supportedLocalesOf
for services
#3711
Comments
supportedLocalesOf
for Intl
servicessupportedLocalesOf
for Intl
services
supportedLocalesOf
for Intl
servicessupportedLocalesOf
for services
can i work on this? |
@radudiaconu0 Thank you! Let me assign this to you |
@jedel1043 i dint study well the source cod. can you guide me to the file where i need to make the changes? |
@radudiaconu0 Of course! https://github.com/boa-dev/boa/tree/main/core/engine/src/builtins/intl is the main directory where all the
then add a After that, you just need to add your new method to the builtin in:
and that should be it for
|
boa/core/engine/src/builtins/intl/collator/mod.rs so i guess this is not actually working |
Oh right, we already added it for those. I remember that we left this issue open to remember to add this to builtins that aren't properly implemented yet like |
@radudiaconu0 I'm very sorry for the confusion! I'll unassign you from this issue and mark it as blocked. |
@JavedNissar no problem what can i do then to help ? |
@radudiaconu0 Those are mostly blocked from the icu4x side, so if you want to contribute to the implementation of those, it would be with the icu4x project. The only things that aren't blocked right now are a prototype of If you're interested in the internationalization side, I'd recommend you to check icu4x's good first issues for some contributions you can do. If you just want to learn about JS engines, you could pick up some issues from our list of good first issues. However, if you want to learn both, I think the DateTimeFormat is a nice introduction around how to translate 402 spec to Rust code, how to implement builtins and how to use icu4x's components. |
Intl.Collator.supportedLocalesOf
([Merged by Bors] - Redesign Intl API and implement some services #2478)Intl.DateTimeFormat.supportedLocalesOf
(builtin not implemented yet)Intl.DisplayNames.supportedLocalesOf
(builtin not implemented yet)Intl.ListFormat.supportedLocalesOf
([Merged by Bors] - Redesign Intl API and implement some services #2478)Intl.NumberFormat.supportedLocalesOf
([Merged by Bors] - Redesign Intl API and implement some services #2478)Intl.PluralRules.supportedLocalesOf
([Merged by Bors] - Redesign Intl API and implement some services #2478)Intl.RelativeTimeFormat.supportedLocalesOf
(builtin not implemented yet)Intl.Segmenter.supportedLocalesOf
([Merged by Bors] - Redesign Intl API and implement some services #2478)The text was updated successfully, but these errors were encountered: