-
Notifications
You must be signed in to change notification settings - Fork 193
[Proposal] Category support for Locale.Region #1247
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
[Proposal] Category support for Locale.Region #1247
Conversation
@swift-ci please test |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please also rename the file to 0028-...
@@ -0,0 +1,198 @@ | |||
# `Locale.Region.Category` | |||
|
|||
* Proposal: [SF-NNNN](NNNN-locale-region-category.md) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
* Proposal: [SF-NNNN](NNNN-locale-region-category.md) | |
* Proposal: [SF-0028](0028-locale-region-category.md) |
|
||
* Proposal: [SF-NNNN](NNNN-locale-region-category.md) | ||
* Authors: [Tina Liu](https://github.com/itingliu) | ||
* Review Manager: TBD |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
* Review Manager: TBD | |
* Review Manager: [Jeremy Schonfeld](https://github.com/jmschonfeld) |
* Authors: [Tina Liu](https://github.com/itingliu) | ||
* Review Manager: TBD | ||
* Implementation: [https://github.com/swiftlang/swift-foundation/pull/1253]() | ||
* Status: **Awaiting review** |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
* Status: **Awaiting review** | |
* Status: **Review: Jun 11, 2025...Jun 18, 2025** |
@swift-ci please test |
Propose extending
Locale.Region
to support grouping the return result by types, such as whether it's a territory or continent.Implementation: #1253