Closed bfontaine closed 2 months ago
Thanks for posting the issue! You're right, those lines are the cause of the issue. It seems I've made a fix in the next branch but haven't backported it to the stable branch just yet:
Let me make the fix and release a new version 😄
@bfontaine this issue is now fixed in the latest version (v0.1.8). Could you verify that it works as expected and close this issue?
Thank you! I confirm it now works as expected.
Hello, When using
<T/>
the resulting text has unwanted spaces:Expected result:
Actual result:
I think this is because of the newlines here: https://github.com/HenryLie/svelte-i18n-lingui/blob/3380b8c02a9b6862440fc0152b509f682f0bf6e0/src/lib/T.svelte#L65-L75