Adds missing i18n to pipelines table
What does this MR do?
Adds i18n for missing strings in pipeline's table Fixes tech debt with naming.
Does this MR meet the acceptance criteria?
-
Changelog entry added, if necessary - [n.a.] Documentation created/updated
- [n.a.] Tests added for this feature/bug
-
Conforms to the code review guidelines -
Conforms to the merge request performance guidelines -
Conforms to the style guides - [n.a.] Conforms to the database guides
- [n.a.] Link to e2e tests MR added if this MR has Requires e2e tests label. See the Test Planning Process.
Merge request reports
Activity
1 Error c2d379b3: Commits that change 30 or more lines in more than three files must describe these changes in the commit body 1 Warning You’ve made some app changes, but didn’t add any tests.
That’s OK as long as you’re refactoring existing code,
but please consider adding any of the ~backstage, ~Documentation, QA labels.1 Message Consider setting merge_request
to 22690 in changelogs/unreleased/fl-missing-i18n.yml. See the documentation.Commit message standards
One or more commit messages do not meet our Git commit message standards. For more information on how to write a good commit message, take a look at How to Write a Git Commit Message.
Here is an example of a good commit message:
Reject ruby interpolation in externalized strings When using ruby interpolation in externalized strings, they can't be detected. Which means they will never be presented to be translated. To mix variables into translations we need to use `sprintf` instead. Instead of: _("Hello #{subject}") Use: _("Hello %{subject}") % { subject: 'world' }
This is an example of a bad commit message:
updated README.md
This commit message is bad because although it tells us that README.md is updated, it doesn't tell us why or how it was updated.
Generated by
Dangeradded backstage [DEPRECATED] label
EE failed with changes that are still stuck on the ce-to-ee MR. I'll keep an eye on the next ce-to-ee MR.
@mikegreiling can you please review this one? Thanks!
assigned to @mikegreiling
mentioned in commit e2aad4a5
mentioned in issue gitlab-org/release/tasks#515 (closed)