-
Notifications
You must be signed in to change notification settings - Fork 499
Fix 'sync-i18n' script source file access #4841
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
tdonohue
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍 Thanks @FrancescoMolinaro ! I was able to verify that the sync-i18n script is currently broken and this PR fixes it. The code looks good to me too. I also verified this script is broken on all active branches, so this will be backported to 7.x, 8.x and 9.x as well.
|
Successfully created backport PR for |
|
Successfully created backport PR for |
|
Successfully created backport PR for |
References
Fixes #4842
Description
Fixed access to source file in sync-i18n script
Instructions for Reviewers
adapt a label on en.json5 and run command:
npm run sync-i18n
List of changes in this PR:
Fixed sync-i18n script
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.