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 comprehensive set of NumberingSystem constants #1055

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

glebfann
Copy link

This PR adds static constants for all supported numbering systems as defined in number.xml, addressing issue #1052

@@ -508,8 +508,6 @@ extension Locale {
_normalizedIdentifier = identifier.lowercased()
}

package static let latn = NumberingSystem("latn")
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Since this is not a public declaration, I decided to rename it and declare it along with other variables

@itingliu
Copy link
Contributor

itingliu commented Nov 21, 2024

Thanks for the PR! This change adds public symbols, so we'd want to draft a proposal according to the Evolution process. Let me know if I can help in anyway

@glebfann
Copy link
Author

Thanks for the PR! This change adds public symbols, so we'd want to draft a proposal according to the Evolution process. Let me know if I can help in anyway

Thank you! I apologize for missing this - I have created PR with the proposal: #1061

@glebfann glebfann force-pushed the add-numbering-system-constants branch 3 times, most recently from 5b8e8ff to d350efb Compare December 1, 2024 14:28
@glebfann glebfann force-pushed the add-numbering-system-constants branch from d350efb to c7e1f7c Compare December 25, 2024 20:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants