You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Special characters like unicode unbreakable space are removed
How to reproduce
Unbreakable spaces are important in some language like french, because you need a space before exclamation mark for example, but you don't want it to go on the next line and be separated from its previous word.
<Trans i18nKey="foo">bar\u00A0!<Trans> Should be extract as
Describe the bug
Special characters like unicode unbreakable space are removed
How to reproduce
Unbreakable spaces are important in some language like french, because you need a space before exclamation mark for example, but you don't want it to go on the next line and be separated from its previous word.
<Trans i18nKey="foo">bar\u00A0!<Trans>
Should be extract asBabel configuration:
cra project with override
Reproduction:
<Trans i18nKey="foo">bar\u00A0!<Trans>
should be extracted asExpected behavior
What actually happens
but is extracted as
Your environment
Additional context
The text was updated successfully, but these errors were encountered: