-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
Translation domain overrides no longer being used #40014
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I can confirm this as well. Adding |
So #40023 would solve this issue too? |
@xabbuh I don't think so. The issue does not seem related to the |
I have same issue on Symfony 5.2.2 . Reproduce bug using "symfony/finder":5.2.2 when i am trying to override any translations from vendor: To resolve issue : |
Can you please check if #40116 fixes this issue? |
@xabbuh I can confirm that PR fixes the issue for me. |
…tions sequentially (xabbuh) This PR was merged into the 4.4 branch. Discussion ---------- [FrameworkBundle][Translator] scan directories for translations sequentially | Q | A | ------------- | --- | Branch? | 4.4 | Bug fix? | yes | New feature? | no | Deprecations? | no | Tickets | Fix #40014 | License | MIT | Doc PR | Commits ------- 8389310 scan directories for translations sequentially
@fabpot what are the plans regarding a new release for both the 4.4 and 5.x branches to resolve this issue? |
@nusje2000 Patch releases are published monthly. |
Uh oh!
There was an error while loading. Please reload this page.
Symfony version(s) affected: 4.4.19
Description
After upgrading from 4.4.18 to 4.4.19, my custom translation messages for the
security
domain is no longer being used.How to reproduce
translations/security.en.yml
with the following contents:Possible Solution
I looked though the changes from 4.4.18 to 4.4.19 but couldn't pinpoint exactly what caused this bug.
Additional context
I can work on a reproducer.Reproducer: https://github.com/kbond/symfony-reproducer/tree/bug/trans-domain:The text was updated successfully, but these errors were encountered: