Escaping curly braces in .po files #1373
-
Is there a way to have a curly braces in .po file without recognizing them as a special symbol? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
Use single quotes for escaping. https://unicode-org.github.io/icu/userguide/format_parse/messages/#quotingescaping |
Beta Was this translation helpful? Give feedback.
-
I tried it, but it didn't work. Instead of escaping, the characters simply disappeared. |
Beta Was this translation helpful? Give feedback.
-
Thanks a lot :D |
Beta Was this translation helpful? Give feedback.
Use single quotes for escaping.
"This is a '{test}' message"
https://unicode-org.github.io/icu/userguide/format_parse/messages/#quotingescaping