8000
Overwriting translations of bundles does not work #40264
Labels
Symfony version(s) affected: 4.4.19
Description
Overwriting translations of bundles does not work
How to reproduce
try override translation from bundle in app.
more info in sonata-project/SonataAdminBundle#6881
Possible Solution
I don't know exactly why it is sorted by name here. But this is where the order of the files changes.
https://github.com/symfony/framework-bundle/blob/4.4/DependencyInjection/FrameworkExtension.php#L1248
Additional context
This has arisen from this other issue in sonata project
sonata-project/SonataAdminBundle#6881
The text was updated successfully, but these errors were encountered: