We need to select a different set of wrapping characters than { and } and these cause issues when the language line starts or ends with a string.format placeholder {0}, {1},... {#}.
Possibly even look into how this system might be affected when line breaks are added.
We need to select a different set of wrapping characters than
{
and}
and these cause issues when the language line starts or ends with astring.format
placeholder{0}
,{1}
,...{#}
.Possibly even look into how this system might be affected when line breaks are added.