Skip to content

WIP: Externalize strings in projects controllers & services

Martin Wortschack requested to merge mw-i18n-projects into master

What does this MR do?

This is one of many smaller MRs that ensures untranslated strings which have been detected by rubocop-i18n (see also https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/24737) are externalized.

It externalizes strings in files located under app/controllers/projects which have been detected by rubocop-i18n.

Note: rubocop-i18n is not part of our codebase yet but will eventually be added in a separate MR.

What are the relevant issue numbers?

https://gitlab.com/gitlab-org/gitlab-ce/issues/57968

Does this MR meet the acceptance criteria?

Edited by Martin Wortschack

Merge request reports