If activeLanguage = 'en', then these translation texts:
// l10n.en.json
{
"percent1": "1st rate: {{ 0 | percent }}",
"percent2": "2nd rate: {{ 0 | N : minimumFractionDigits = 2 }}",
"percent3": "3rd rate: {{ 0 | N : minimumIntegerDigits = 3; maximumFractionDigits = 1 }}"
}
And this employ will produce the indicated output:
|
|
See options later.