[BUG]: Format strings.xml(values-en) so that string tags are on one line #5164
Labels
bug
End user-perceivable behaviors which are not desirable.
good first issue
This item is good for new contributors to make their pull request.
Impact: Medium
Moderate perceived user impact (non-blocking bugs and general improvements).
Work: Low
Solution is clear and broken into good-first-issue-sized chunks.
Milestone
Describe the bug
Because some strings are multiline, they are parsed with newlines on translatewiki which cascades down to the translated strings. This causes a problem with display.
Steps To Reproduce
See PRs #5161 and #5009 for details.
Expected Behavior
All strings opening and closing tags should be on a single line:
Correct:
<string name="text_input_default_hint_text">Tap here to enter text.</string>
Incorrect:
For plurals, all item opening and closing tags should be on a single line:
Correct:
Incorrect:
Additional Context
The linked PRs above highlight the problem strings, but a spot check is needed in
strings.xml
to make sure all the strings are formatted correctly.The text was updated successfully, but these errors were encountered: