Skip to content

Ensure merge request header strings are internationalized

Drew Blessing requested to merge dblessing_merge_request_i18n_strings into master

What does this MR do and why?

I recently changed my language to German and realized there were some strings that weren't being translated. I realized it wasn't because translations weren't available, just that the strings themselves weren't internationalized.

All strings existed already with the exception of 'Edit merge requests' (plural). We already have a similar one for 'Edit issues' bulk actions so it makes sense to do the same here.

Screenshots

Before

Screen_Shot_2021-09-23_at_10.32.40_AM

Screen_Shot_2021-09-23_at_10.32.52_AM

After (NOTE: 'Mark as ready' is not yet approved as a German translation which is why it's not translated in this screenshot. Similarly for 'Edit merge requests' since it's a new string.)

Screen_Shot_2021-09-23_at_10.30.38_AM

Screen_Shot_2021-09-23_at_10.32.20_AM

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Merge request reports