From 8072d91fb115fc916833e5a570ed72d7122d1a29 Mon Sep 17 00:00:00 2001 From: Leonid Andreev Date: Fri, 12 Apr 2024 13:12:57 -0400 Subject: [PATCH] a release note. #8243 --- .../8243-improve-language-controlled-vocab.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 doc/release-notes/8243-improve-language-controlled-vocab.md diff --git a/doc/release-notes/8243-improve-language-controlled-vocab.md b/doc/release-notes/8243-improve-language-controlled-vocab.md new file mode 100644 index 00000000000..15b2b46c02d --- /dev/null +++ b/doc/release-notes/8243-improve-language-controlled-vocab.md @@ -0,0 +1,11 @@ +The Controlled Vocabuary Values list for the metadata field Language in the Citation block has been improved, with some missing two- and three-letter ISO 639 codes added, as well as more alternative names for some of the languages, making all these extra language identifiers importable. + +To be added to the 6.3 release instructions: + +Update the Citation block, to incorporate the improved controlled vocabulary for language [plus whatever other improvements may be made to the block in other PRs]: + +``` +wget https://raw.githubusercontent.com/IQSS/dataverse/v6.3/scripts/api/data/metadatablocks/citation.tsv +curl http://localhost:8080/api/admin/datasetfield/load -H "Content-type: text/tab-separated-values" -X POST --upload-file citation.tsv +``` +