Describe the bug
The /import-external preview page displays some untranslated keys (e.g., item.preview.dc.source). This affects all languages.
Observed in DSpace 10 (unreleased), should occur in DSpace 7 and above.
To Reproduce
- Navigate to
/import-external?entity=Publication&sourceId=arxiv&query=1802.00061v6. You should see a publication 'Call-by-name Gradual Type Theory'
- Click on import icon
- Observe that translation key 'item.preview.dc.source' is shown instead of translated text
Expected behavior
All metadata listed in backend's dspace/config/spring/api/*-integration.xml should come with translated i18n item.preview.<METADATA> keys.
Related work
Nothing specific found.
Describe the bug
The
/import-externalpreview page displays some untranslated keys (e.g.,item.preview.dc.source). This affects all languages.Observed in DSpace 10 (unreleased), should occur in DSpace 7 and above.
To Reproduce
/import-external?entity=Publication&sourceId=arxiv&query=1802.00061v6. You should see a publication 'Call-by-name Gradual Type Theory'Expected behavior
All metadata listed in backend's
dspace/config/spring/api/*-integration.xmlshould come with translated i18nitem.preview.<METADATA>keys.Related work
Nothing specific found.