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:
- "Tag name"
- "Create from"
- "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
- Switch to Chinese on
/-/profile/preferences
page - 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.
-
I have evaluated the MR acceptance checklist for this MR.
Edited by Zhiyuan Lu