If i try to translate the following text:
{example}
like this:
$localize`{example}`
The text will disappear in the translated build.
Is there a way to escape the curly braces?
If i try to translate the following text:
{example}
like this:
$localize`{example}`
The text will disappear in the translated build.
Is there a way to escape the curly braces?
Try writing:
$localize`${'{'}example}`
https://stackoverflow.com/questions/42230102/escape-special-characters-in-i18next – Faus Rodriguez Sep 28 '21 at 08:13