You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Upgrading
symfony/ux-translator
to v2.19.0 (and running Symfony 6.4.10), we noticed that thevar/translations
folder and its content was not generated anymore.The culprit seems to be #1965: our
translator
service is an alias oftranslation.default
, soTranslatorCompilerPass::hasValidTranslator
returnsfalse
becauseContainerBuilder::hasDefinition
does not check aliases.The text was updated successfully, but these errors were encountered: