Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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 join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants