You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have translations that contains multiple lines of HTML. When I extract to the translations several times to PHP format I see that the indentation of those lines is increased on each extract.
The command I use is
php app/console translation:extract --bundle=MyNiceBundle --output-format=php en
As an example if I have a "page.about.content" key the file looks like this after I first translated the string :
On each extract operation it will add 16 spaces in front of each line, making it a nightmare for translators to edit. As an example after 4 iterations the file look like this :
Hi,
I have translations that contains multiple lines of HTML. When I extract to the translations several times to PHP format I see that the indentation of those lines is increased on each extract.
The command I use is
As an example if I have a "page.about.content" key the file looks like this after I first translated the string :
On each extract operation it will add 16 spaces in front of each line, making it a nightmare for translators to edit. As an example after 4 iterations the file look like this :
I tried to investigate it a bit but I don't get it. Am I missing some configuration ?
Is this an issue ?
Thanks !
W-)
The text was updated successfully, but these errors were encountered: