This repository was archived by the owner on Dec 31, 2024. It is now read-only.
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
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