-
Notifications
You must be signed in to change notification settings - Fork 438
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
Minor updates to i18n strings for clarity and consistency #2705
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Reviewer is a less obscure term for what this actually is in most cases.
We should be capitalizing acronyms and project-specific nouns like MyDSpace consistently in our interface.
Fix some random capitalizations and strange wording.
alanorth
added
i18n / l10n
Internationalisation and localisation, related to message catalogs
1 APPROVAL
pull request only requires a single approval to merge
port to dspace-7_x
This PR needs to be ported to `dspace-7_x` branch for next bug-fix release
labels
Dec 8, 2023
alanorth
added a commit
to ilri/dspace-angular
that referenced
this pull request
Dec 8, 2023
- change "controller" to "reviewer" - capitalize acronyms and project-specific nouns like MyDSpace consistently in our interface. - fix some random capitalizations and strange wording. Temporary until upstream patch is merged. See: DSpace#2705
alanorth
added a commit
to ilri/dspace-angular
that referenced
this pull request
Jan 12, 2024
- change "controller" to "reviewer" - capitalize acronyms and project-specific nouns like MyDSpace consistently in our interface. - fix some random capitalizations and strange wording. Temporary until upstream patch is merged. See: DSpace#2705
alanorth
added a commit
to ilri/dspace-angular
that referenced
this pull request
Jan 23, 2024
- change "controller" to "reviewer" - capitalize acronyms and project-specific nouns like MyDSpace consistently in our interface. - fix some random capitalizations and strange wording. Temporary until upstream patch is merged. See: DSpace#2705
alanorth
added a commit
to ilri/dspace-angular
that referenced
this pull request
Jan 26, 2024
- change "controller" to "reviewer" - capitalize acronyms and project-specific nouns like MyDSpace consistently in our interface. - fix some random capitalizations and strange wording. Temporary until upstream patch is merged. See: DSpace#2705
alanorth
added a commit
to ilri/dspace-angular
that referenced
this pull request
Feb 4, 2024
- change "controller" to "reviewer" - capitalize acronyms and project-specific nouns like MyDSpace consistently in our interface. - fix some random capitalizations and strange wording. Temporary until upstream patch is merged. See: DSpace#2705
alanorth
added a commit
to ilri/dspace-angular
that referenced
this pull request
Feb 6, 2024
- change "controller" to "reviewer" - capitalize acronyms and project-specific nouns like MyDSpace consistently in our interface. - fix some random capitalizations and strange wording. Temporary until upstream patch is merged. See: DSpace#2705
tdonohue
approved these changes
Feb 7, 2024
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 @alanorth ! Minor, but important, cleanup to english grammar/descriptions. Tested this locally and it works. Merging immediately & auto-porting to 7.6.x
Successfully created backport PR for |
tdonohue
removed
the
port to dspace-7_x
This PR needs to be ported to `dspace-7_x` branch for next bug-fix release
label
Feb 7, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
1 APPROVAL
pull request only requires a single approval to merge
i18n / l10n
Internationalisation and localisation, related to message catalogs
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Minor updates to i18n strings for clarity and consistency. For example:
"mydspace.status.mydspaceWaitingController": "Waiting for controller"
— what is a "controller"?After some discussion on Slack we decided that "reviewer" is more clear than "controller".
As well as some others:
"mydspace.results.no-uri": "No Uri"
— URI is an acronym and should be capitalized"mydspace.search-form.placeholder": "Search in mydspace..."
— lower case mysdspace"mydspace.title": "MyDSpace"
— camel case MyDSpace"nav.user-profile-menu-and-logout": "User profile menu and Log Out"
— why is "Log Out" capitalized?email
instead ofe-mail
because there were 61 occurrences of the former and only seven of the latter, ande-mail
seems antiquatedInstructions for Reviewers
Build the application and check if the user interface has updated strings. Most importantly, check the status filter in the workflow to make sure the new "Waiting for reviewer" strings and labels work correctly.
List of changes in this PR:
Checklist
yarn lint
yarn check-circ-deps
)package.json
), I've made sure their licenses align with the DSpace BSD License based on the Licensing of Contributions documentation.