Skip to content

Don't use ruby interpolation in externalized strings

Bob Van Landuyt requested to merge bvl-correct-interpolation-i18n into master

What does this MR do?

This avoids ruby string interpolation in translated texts and adds a cop to prevent new occurrences to be introduced.

What are the relevant issue numbers?

Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/50333

Does this MR meet the acceptance criteria?

Edited by Bob Van Landuyt

Merge request reports