Hello,
I want to use something like this in a translation file like de.json
"stats_template": "Geplante Abfahrt: ```{planned_departure}```, Erwartete Abfahrt: ```{expected_departure}``` "
but I get an error
Translation Error: The intl string context variable "planned_departure" was not provided to the string "Geplante Abfahrt: {planned_departure}, Erwarte
In the documentation, there is nothing mentioned.
double brackets like {{planned_departure}}
and escaping \{
leads to Translation error: MALFORMED_ARGUMENT
.
using the HTML code {
will not work in the code markdown block.
Any idea ?