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

fix: allow numeric region subtags #246

Merged
merged 1 commit into from
Apr 1, 2024
Merged

Conversation

mcdurdin
Copy link
Member

Fixes #244.

Widens the field to support 3-digit numeric subtags. There may be other metadata we wish to support in the future, but this at least allows the database to build, and searches to return the keyboard in question, verified locally (no tests added at this point).

Fixes #244.

Widens the field to support 3-digit numeric subtags. There may be other
metadata we wish to support in the future, but this at least allows the
database to build, and searches to return the keyboard in question,
verified locally (no tests added at this point).
@mcdurdin mcdurdin added this to the B17S5 milestone Mar 31, 2024
@mcdurdin mcdurdin added the fix label Mar 31, 2024
Copy link
Contributor

@darcywong00 darcywong00 left a comment

Choose a reason for hiding this comment

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

lgtm

@mcdurdin mcdurdin merged commit 44679c9 into master Apr 1, 2024
2 checks passed
@mcdurdin mcdurdin deleted the fix/244-numeric-region-subtags branch April 1, 2024 00:02
@LornaSIL
Copy link

LornaSIL commented Apr 1, 2024

Does langtags.json need to be changed to include these?

@mcdurdin
Copy link
Member Author

mcdurdin commented Apr 2, 2024

Does langtags.json need to be changed to include these?

Perhaps it would be useful, but that's a bigger discussion I think? It would necessitate further changes to our usage of langtags.json and would potentially be a breaking change in how we import the data on this site

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

bug: BCP 47 numeric region subtags cause keyboard build to crash
3 participants