Skip to content
This repository has been archived by the owner on Dec 9, 2024. It is now read-only.

Spaces between two xliff placeholder tags are trimmed during sort #20

Open
mariotaku opened this issue Nov 28, 2017 · 1 comment
Open

Comments

@mariotaku
Copy link
Contributor

mariotaku commented Nov 28, 2017

Before:

<xliff:g id="name">%2$s</xliff:g> <xliff:g id="time_with_preposition">%3$s</xliff:g>

After:

<xliff:g id="name">%2$s</xliff:g><xliff:g id="time_with_preposition">%3$s</xliff:g>
<!--                            ^^ HERE                                         -->

I'll create a pull request to this if possible. Thanks for your plugin!

@roana0229
Copy link
Owner

roana0229 commented Nov 28, 2017

👀 Thanks!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants