Open
Description
I believe there is an issue regarding how placeholders are handled in display statements. The technique documents contain basic concatenation instructions to handle placeholders:

This works fine for English, but we can't guarantee the placeholder will always be located at the end of the sentence. Here's an example translating this sentence in Japanese:

I suggest instead using actual placeholders in the strings. Positional placeholders (e.g. $1
) are fine, but named placeholders are easier to understand by translators and less error-prone.
I don't know what type of placeholders does GitLocalize support, but it could be something easy-to-read like that:
The publication was certified on {date}
Related issue: #460