mrtryhard / qt-ts-tools

Small utility to manipulate Qt's translation files.
Apache License 2.0
3 stars 0 forks source link

fixes #170: Update `quick-xml` to `0.37.0` #171

Closed mrtryhard closed 5 days ago

mrtryhard commented 5 days ago

Fixes #170. This is a breaking change. The $text nodes will have their indent stripped in the output. For example:

<translation>
    some translation
</translation>

Will now become

<translation>some translation</translation>

Pull request checklist