-
-
Notifications
You must be signed in to change notification settings - Fork 394
Closed
Labels
Description
Upgrading symfony/ux-translator to v2.19.0 (and running Symfony 6.4.10), we noticed that the var/translations folder and its content was not generated anymore.
The culprit seems to be #1965: our translator service is an alias of translation.default, so TranslatorCompilerPass::hasValidTranslator returns false because ContainerBuilder::hasDefinition does not check aliases.
maelanleborgne