Skip to content

Support i18n on new tag page

What does this MR do and why?

There are three words on the new tag page (/project/path/-/tags/new) that do not support i18n, and the current MR is to optimize this:

  1. "Tag name"
  2. "Create from"
  3. "Message"

These msgids are already in the gitlab.pot.

Screenshots or screen recordings

When in a non-English environment (take Chinese as an example):

Before After

How to set up and validate locally

  1. Switch to Chinese on /-/profile/preferences page
  2. Visit the new tag page (like http://127.0.0.1:3000/flightjs/Flight/-/tags/new)

MR acceptance checklist

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


cc @mtan-gitlab @icbd

Edited by Zhiyuan Lu

Merge request reports