How to escape curly braces? #1545
Unanswered
kirschkern
asked this question in
Q&A
Replies: 1 comment 1 reply
-
{{ data }}
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In my localized string I have double curly braces like this:
"defaultMailContent" : "Hello {{USER_NAME}},\n\n\nRegards",
When running this, the parser throws an error in the console:
I've tried to escape the {{ using a backslash "\" but this doesn't change anything.
How can I use {{ and }} within my string and tell the parser to not translate it?
Beta Was this translation helpful? Give feedback.
All reactions