-
-
Notifications
You must be signed in to change notification settings - Fork 292
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: Language annotation keyword #1125
Comments
"language" isn't a term with a precise definition, but "locale" is. |
RFC 5646, probably the most well-known standard in this area, is called "Tags for Identifying Languages". That standard uses "locale" 10 times and "language" almost 900 times. |
A project I'm part of wants to use RFC 5646 language tags in a property to inform users of the contents of geospatial dataset assets. I'm going to implement this as an enum, but this seems like it would be a good candidate for a JSON Schema |
I'm closing this old issue in the spirit of helping cleaning up the spec issue tracker. We can move to GitHub Discussions if this is something people are ever interested in for the official vocabularies. |
This keyword would belong to the Meta-Data vocabulary and would set the language of a JSON string as an ISO 639-1 language code. For example:
The use case where this came up is applying textual dictionary compression formats optimized for prose which may take a language as an optimization hint.
The text was updated successfully, but these errors were encountered: