Consider moving translations from `MRAppovals|` and `MRDiff|` to `MergeRequests|`
<!--IssueSummary start--> <details> <summary> Everyone can contribute. [Help move this issue forward](https://handbook.gitlab.com/handbook/marketing/developer-relations/contributor-success/community-contributors-workflows/#contributor-links) while earning points, leveling up and collecting rewards. </summary> - [Close this issue](https://contributors.gitlab.com/manage-issue?action=close&projectId=278964&issueIid=235927) </details> <!--IssueSummary end--> ### Proposal Move translations related to merge requests to the `MergeRequests|` namespace, there are around 5-7 of them: ```pot msgid "MRApprovals|Approvals" msgstr "" msgid "MRApprovals|Approved by" msgstr "" msgid "MRApprovals|Approvers" msgstr "" msgid "MRDiff|Show changes only" msgstr "" msgid "MRDiff|Show full file" msgstr "" ``` **Why?** We can reduce the complexity of our application translations. Namespaces act to give context for translations and I think that a "MergeRequests" context is helpful for translators. More info at: https://docs.gitlab.com/ee/development/i18n/externalization.html#namespaces ### Original Discussion The following discussion from !38136 should be addressed: - [ ] @mrincon started a [discussion](https://gitlab.com/gitlab-org/gitlab/-/merge_requests/38136#note_394531738): (+1 comment) > **Suggestion (non-blocking):** I think the `MRApprovals|` namespace is far too small (only 2 entries plus this one). Is it possible we start using `MergeRequests|` instead? > > **Note:** Seems `MRDiff` is in a similar state.
issue