Let's say I have to translate this string into several languages and I create a JSON file and import it to do so.
<@${interaction.user.id}> made a suggestion. ${suggestion}
A couldn't think of a better example, so let's assume not in every language made a suggestion. part is in the middle. Sometimes it can be before <@${interaction.user.id}>. So when I create a JSON file and only translate made a suggestion. to different languages, that would cause a problem.
What I'm wondering is, if there is a way to take the string with the value placeholders for values? What's the best practice for this? Can't I take and translate the whole thing with the proper value placements?