[go: up one dir, main page]

Skip to content

Improve localizability of 'Create merge request' button on 'New merge request' form

What does this MR do and why?

For #543136 (closed)

This MR stops splitting UI text between localizable and non-localizable strings, which fixes a number of issues with localization.

"Issuables"

While the original localization and text here assumes any type of issuable (which might be merge request, issue, incident, or task), in my testing this form is not used by the create forms for anything other than merge request. If that's not correct, we likely have a test coverage gap (since the tests are passing).

Screenshots or screen recordings

Before After
image image

How to set up and validate locally

  1. Begin the process to create an MR
    • Choose a source branch and click "Compare [...]"

MR acceptance checklist

Evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by Thomas Randolph

Merge request reports

Loading