In my Android project the following string resource is defined as the source string:
<string name="trace_droid_button_title_send">
Open email
</string>
When I look at the generated Spanish translation I see that line breaks have been changed - notice the leading whitespace:
<string name="trace_droid_button_title_send"> Abrir e-mail
</string>
Questions
- Is the line break / multiline handling something I can configure, e.g. via
crowdin.yml
or the web administration interface?? - Is the line break / multiline handling something you are working on to improve?