Missing blanks in server.en.yml

I found system_messages.usage_tips.text_body_template is missing some blanks in front of some img tags. I downloaded the source file https://www.transifex.com/discourse/discourse-org/serverenyml/ and the file is not the same as original file. Is that a problem in the script or a Transifex bug?

1 Like

It looks like indentation is being lost after a push (tx push -s).

        Your reply can be formatted using ...:

            This is **bold**.
            This is <b>bold</b>.
            This is [b]bold[/b].

        For more formatting tips...

From Transifex:

        Your reply can be formatted using ...:

        This is **bold**.
        This is <b>bold</b>.
        This is [b]bold[/b].

        For more formatting tips...

Are we sure that this is new behaviour?

3 Likes

If the <img> has indentation in the old version, then it’s a new behaviour. As far as I can remember, there isn’t an indentation in the source for system_messages.usage_tips.text_body_template.

Looks like it broke between v1.6.0.beta8 and v1.6.0.beta9

1 Like

There should be indentation in the source, I can confirm a new user on meta created minutes ago, has the correct content of that PM with the indentation.

2 Likes

Did you notify Transifex about this problem?