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

Normative: Explicitly designate sort order for plural categories returned by Intl.PluralRules.prototype.resolvedOptions #918

Merged
merged 1 commit into from
Oct 11, 2024

Conversation

ben-allen
Copy link
Contributor

fix #578

This change follows the ordering suggested by @zbraniecki in #578 (comment)

Strings in _pluralCategories_ List in
Intl.PluralRules.prototype.resolvedOptions()
@ben-allen ben-allen marked this pull request as ready for review August 21, 2024 20:03
@ben-allen ben-allen added normative needs consensus s: discuss Status: TG2 must discuss to move forward labels Aug 22, 2024
@ben-allen ben-allen added the has consensus Has consensus from TC39-TG2 label Aug 27, 2024
@FrankYFTang
Copy link
Contributor

I believe this is presented to Oct TC39 meeting and still waiting for Mozilla to express their opinion.

@ben-allen
Copy link
Contributor Author

Mozilla expressed approval on the second day of the Oct 24 TC39 plenary

@ben-allen ben-allen merged commit 62fe5db into tc39:main Oct 11, 2024
2 checks passed
@ben-allen ben-allen added has consensus (TG1) Has consensus from TC39-TG1 needs tests and removed needs consensus s: discuss Status: TG2 must discuss to move forward labels Oct 11, 2024
ben-allen added a commit to ben-allen/test262 that referenced this pull request Oct 21, 2024
…egories` order

Array elements should appear in following order: "zero", "one", "two", "few", "many", "other"

see tc39/ecma402#918
ben-allen added a commit to ben-allen/test262 that referenced this pull request Oct 21, 2024
…egories` order

Array elements should appear in following order: "zero", "one", "two", "few", "many", "other"

see tc39/ecma402#918
hubot pushed a commit to v8/v8 that referenced this pull request Nov 5, 2024
Explicitly designate sort order for plural categories returned by Intl.PluralRules.prototype.resolvedOptions

Spec tc39/ecma402#918

Bug: 372722562
Change-Id: I3aea0395446cfc0d4950d7591fd4b1b2bd725e5c
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/5923607
Reviewed-by: Ilya Rezvov <[email protected]>
Reviewed-by: Shu-yu Guo <[email protected]>
Reviewed-by: Frank Tang <[email protected]>
Commit-Queue: Frank Tang <[email protected]>
Cr-Commit-Position: refs/heads/main@{#96991}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
has consensus (TG1) Has consensus from TC39-TG1 has consensus Has consensus from TC39-TG2 needs tests normative
Projects
Status: Previously Discussed
Development

Successfully merging this pull request may close these issues.

Define sort order of "pluralCategories" array
4 participants