I have this yml translation file:
follower:
one: 'Follower'
other: 'Followers'
And in my twig template I have this simple statement:
{{ 'app.activity.follower'|transchoice(1) }}
Currently the output is app.activity.follower. It's possibile to divide in more range than 3(zero, one, other)?