Change record status: 
Project: 
Introduced in branch: 
9.4.x
Introduced in version: 
9.4.0
Description: 

Symfony 4.2 has deprecated \Symfony\Component\Translation\TranslatorInterface::transChoice(). Drupal implements this interface in \Drupal\Core\Validation\DrupalTranslator::transChoice() however the parent method is not invoked in the implementation so the Symfony deprecation is not effective for the Drupal implementation.

Now \Drupal\Core\Validation\DrupalTranslator::transChoice() is also deprecated.

Impacts: 
Module developers