Closed mrtryhard closed 5 days ago
Fixes #170. This is a breaking change. The $text nodes will have their indent stripped in the output. For example:
$text
<translation> some translation </translation>
Will now become
<translation>some translation</translation>
CHANGELOG.md
Fixes #170. This is a breaking change. The
$text
nodes will have their indent stripped in the output. For example:Will now become
Pull request checklist
CHANGELOG.md
is updated if relevant.