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

Support the full ISO 639-3 list of languages #10578

Closed
wants to merge 17 commits into from
Closed
11 changes: 11 additions & 0 deletions doc/release-notes/8578-support-extended-iso-639-languages.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
The Controlled Vocabulary Values list for the metadata field Language in the Citation block can now be extended to include roughly 7920 ISO 639-3 values.

To be added to the 6.4 release instructions:

Update the Citation block, to incorporate the additional controlled vocabulary for languages:
Copy link
Member

Choose a reason for hiding this comment

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

This should be in the guides somewhere as well, not just in a release note.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

added more


```
wget https://raw.githubusercontent.com/IQSS/dataverse/v6.4/scripts/api/data/metadatablocks/iso-639-3_Code_Tables_20240415/iso-639-3.tab
curl http://localhost:8080/api/admin/datasetfield/mergeLanguageList -H "Content-type: text/tab-separated-values" -X POST --upload-file iso-639-3.tab
```

Loading
Loading