`transChoice` method and `transchoice` filter are deprecated since 4.2, but the documentation does not show the example of the new way of doing things. The note about the deprecation was added [to documentation](https://symfony.com/doc/current/translation.html#pluralization) in https://github.com/symfony/symfony-docs/pull/10973, but the examples still show the old way (using `transChoice`). The example in the blogpost (https://symfony.com/blog/new-in-symfony-4-2-intlmessageformatter) is rather complicated.