gitlab-org--gitlab-foss/app/views/projects/mirrors
Bob Van Landuyt 08c0a1b852 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' }
2018-08-25 18:43:21 +02:00
..
_instructions.html.haml Reject ruby interpolation in externalized strings 2018-08-25 18:43:21 +02:00
_mirror_repos.html.haml port of EE changes 2018-08-16 14:13:26 -05:00
_mirror_repos_form.html.haml Fix missed port 2018-08-09 12:53:14 +01:00
_show.html.haml re-port 2018-08-02 00:08:22 +01:00