Skip to content

Externalize several strings in /lib

Martin Wortschack requested to merge mw-i18n-lib-misc 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 and https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/27115) are externalized.

It externalizes strings in files located under /lib 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