The {translate} TAG returns a String, representing the translation of the requested key. This translation can be piped through sprintf, for text replacements.
The key to be fetched from the translation file.
The string to be returned if the key could NOT be found.
The namespace to fetch the translation from.
One or more arguments for the replacement. If the number of arguments is lower than in the translated string, nothing will be returned.
The delimiter string, that separates the sprintf arguments. Default is (,) comma.