Conversation
Co-authored-by: Matus Kasak <matus.kasak@dataquest.sk>
saschaszott
left a comment
There was a problem hiding this comment.
Thank you, @Kasinhou . This all seems reasonable to me. This PR is ready to be merged.
src/assets/i18n/en.json5
Outdated
There was a problem hiding this comment.
@Kasinhou , could you please replace the two blanks after the first sentence by a single blank.
src/assets/i18n/en.json5
Outdated
There was a problem hiding this comment.
@Kasinhou , could you please remove the blanks atfer > and before </a>.
src/assets/i18n/en.json5
Outdated
There was a problem hiding this comment.
@Kasinhou , could you please remove the blanks atfer > and before </a>.
src/assets/i18n/en.json5
Outdated
There was a problem hiding this comment.
@Kasinhou , could you please remove the blanks atfer > and before </a>.
src/assets/i18n/en.json5
Outdated
There was a problem hiding this comment.
@Kasinhou , could you please remove the blanks atfer > and before </a>.
found several translations with spacing issues
|
Thank you @saschaszott for the review. The suggestions have been implemented. |
src/assets/i18n/en.json5
Outdated
| "error.validation.coarnotify.invalidfilter": "Invalid filter, try to select another service or none.", | ||
|
|
||
| "request-status-alert-box.accepted": "The requested {{ offerType }} for <a href='{{serviceUrl}}' target='_blank'> {{ serviceName }} </a> has been taken in charge.", | ||
| "request-status-alert-box.accepted": "The requested {{ offerType }} for <a href='{{serviceUrl}}' target='_blank'> {{ serviceName }} </a> has been taken in charge.", |
There was a problem hiding this comment.
Thanks for the adjustment, @Kasinhou . I would suggest that we do not use a space after <a> and before </a>, but instead output {{ serviceName }} directly. Could you please update this as well (in four translations)?
saschaszott
left a comment
There was a problem hiding this comment.
Thanks, @Kasinhou ! This PR is ready for merging.
|
@tdonohue , do we want to backport these changes to DSpace version 9? |
|
Successfully created backport PR for |
Description
Fix spacing issues in en.json5 translation file.
Checklist
This checklist provides a reminder of what we are going to look for when reviewing your PR. You do not need to complete this checklist prior creating your PR (draft PRs are always welcome).
However, reviewers may request that you complete any actions in this list if you have not done so. If you are unsure about an item in the checklist, don't hesitate to ask. We're here to help!
mainbranch of code (unless it is a backport or is fixing an issue specific to an older branch).npm run lintnpm run check-circ-deps)package.json), I've made sure their licenses align with the DSpace BSD License based on the Licensing of Contributions documentation.