stable

Clone or download

Read-only

fix request #35508 Missing translated strings in "Create pull request" modal

How to test: - Create a Git repository with at least two branches - Set your language preferences to French - Click on the "Create a pull request" button - In the modal, the default options for the two selectboxes should be translated. Notes: I also replaced all <translate> directives to computed + gettext in this file, to help the migration to Composition API. There are others remaining but it should be a dedicated patch. Change-Id: I9080de60ca251c5439f5ffdcb772f04c17b9596f

Modified Files

Name
M plugins/pullrequest/scripts/create-pullrequest-button/po/fr_FR.po +10 −4 Go to diff View file
M plugins/pullrequest/scripts/create-pullrequest-button/po/pt_BR.po +7 −1 Go to diff View file
M plugins/pullrequest/scripts/create-pullrequest-button/src/components/CreatePullrequestErrorModal.vue +1 −1 Go to diff View file
M plugins/pullrequest/scripts/create-pullrequest-button/src/components/CreatePullrequestModal.vue +43 −24 Go to diff View file