This pull request includes changes to add localization for a new peer reviewer dialog and update the related Vue component to use the new localization strings. The most important changes include adding new localization entries in both English and French, and updating the title and label in the AddManuscriptPeerReviewerDialog component.
Localization updates:
resources/src/locales/en.json: Added the "manuscript-peer-review-dialog" entry with the title for adding a peer reviewer.
resources/src/locales/fr.json: Added the "manuscript-peer-review-dialog" entry with the title for adding a peer reviewer in French.
This pull request includes changes to add localization for a new peer reviewer dialog and update the related Vue component to use the new localization strings. The most important changes include adding new localization entries in both English and French, and updating the title and label in the
AddManuscriptPeerReviewerDialog
component.Localization updates:
resources/src/locales/en.json
: Added the"manuscript-peer-review-dialog"
entry with the title for adding a peer reviewer.resources/src/locales/fr.json
: Added the"manuscript-peer-review-dialog"
entry with the title for adding a peer reviewer in French.Component updates:
resources/src/models/ManuscriptPeerReviewer/components/AddManuscriptPeerReviewerDialog.vue
: Updated the dialog title to use the new localization string for the peer reviewer dialog.resources/src/models/ManuscriptPeerReviewer/components/AddManuscriptPeerReviewerDialog.vue
: Added a label for theAuthorSelect
component using the new localization string for "reviewer".