Closed baptisteArno closed 10 months ago
Hey, this seems like a correct behavior. If you use DevTools
, we add invisible characters to each rendered translation, so it can be detected in the dom and registered for in-context translating. You can opt-out from this by doing
t('key', { noWrap: true })
Alright, it makes sense now, thank you for the info! :)
My
en.json
file contains this key:I actually found out that invisible caracters are added to the string:
It prints 24 entries instead of 15.
Do you manage to reproduce that? 🤔