New: Use ISO 639-3 language codes in metadata profile

This commit is contained in:
ta264
2021-09-02 21:12:13 +01:00
parent 7c10f3a74d
commit 7a969a63e4
5 changed files with 20 additions and 3 deletions
@@ -173,6 +173,7 @@ function EditMetadataProfileModalContent(props) {
type={inputTypes.TEXT}
name="allowedLanguages"
{...allowedLanguages}
helpText={translate('Iso639-3')}
onChange={onInputChange}
/>
</FormGroup>