Skip to content

Commit

Permalink
fix typo and link to i18n docs #8381
Browse files Browse the repository at this point in the history
  • Loading branch information
pdurbin committed Mar 16, 2022
1 parent 422a14c commit 4d54177
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/sphinx-guides/source/installation/config.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2506,7 +2506,7 @@ Each set of labels is identified by a curationLabelSet name and a JSON Array of

``curl -X PUT -d '{"Standard Process":["Author contacted", "Privacy Review", "Awaiting paper publication", "Final Approval"], "Alternate Process":["State 1","State 2","State 3"]}' http://localhost:8080/api/admin/settings/:AllowedCurationLabels``

If the Dataverse Installation supports multiple languages, the curation label translations should be added to the CurationLables property files.
If the Dataverse Installation supports multiple languages, the curation label translations should be added to the ``CurationLabels`` properties files. (See :ref:`i18n` for more on properties files and internationalization in general.)
Since the Curation labels are free text, while creating the key, it has to be converted to lowercase, replace space with underscore.

Example::
Expand Down

0 comments on commit 4d54177

Please sign in to comment.