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
{{ message }}
This repository was archived by the owner on Oct 22, 2021. It is now read-only.
The translator has been decoupled the from the symfony/translation component. You can use your own translator, that implements the TranslatorInterface interface from symfony/translation-contracts .
The class TwigTranslationExtension requires a TranslatorInterface instance, instead of a callback function.
The __() function requires a TranslatorInterface to inject the translator and must be updated according to the readme.