Hi is there any way to translate with non-breaking space (' ')
I have tried with this
es.json:
" example": " ejemplo";
In my component I have this:
<ex-component
description = "{{ (' example' | translate) }} >
but it is not working
'\u00a0;example'
– Digress