-
Notifications
You must be signed in to change notification settings - Fork 71
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
metadata language field vs system language field #1162
Comments
Our local content type has a language field to indicate the language of a resource, if that is what you mean: field.field.node.dc_object.field_language.yml
field.storage.node.field_language.yml
|
@seth-shaw-unlv yes, basically another field to indicate the language of the resource. |
my project has a separate language field, I just call it field_dcterms_language to differentiate from field_language |
Can we load this list http://id.loc.gov/vocabulary/languages.html as a taxonomy and create a reference field to point to it! Or, we can create it as a taxonomy and leave it to the end user to populate the vocabulary. |
@Natkeeran, @dannylamb Once the vocabulary is setup it would be easy to create a CSV migration of the tabbed version; although that would slurp in all of the terms. I imagine most repositories won't have a diverse enough content set to warrant all of them. (Having a lot of unused taxonomy terms isn't the best UX.) |
We could build the framework and recipe though. Build the taxonomy and a migration aimed at a local path, then tell repository admins to download the TSV and remove the unwanted entries before migrating... |
any thoughts on pre-populating with some of the more common languages for our out of the box users there must be a list of the most common languages we can use... |
Considering the global use of the software, I don't know that there is. Sure, on the North American continent we can generally assume English, French, and Spanish; the only other collection material we have here I belive is in Korean (so says my quick database search). But that is going to be very different for other areas such as Europe. I don't think we can make any assumptions here. |
that's true...I didn't think it all the way through :) maybe we can provide a step by step guide to how to import taxonomies in general (or do we already have that and I just haven't checked) |
Currently the language field pulls the languages from the configured languages for the site. It is a system property and we are using it for metadata as well. There should be a language field for the metadata independent of the site's configured languages. This can possibly be a controlled vocabulary: https://en.wikipedia.org/wiki/List_of_ISO_639-2_codes, https://id.loc.gov/
The text was updated successfully, but these errors were encountered: