-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
[Security][Translation] duplicate translations #14920
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
The translations should be kept in sync. If they are not, we need to fix it (we have moved translations inside |
There is only two translations files in Security/Core/Resources/translations on the 2.3 branch. Shouldn't translations already be in sync on 2.3? |
This is because |
Does it mean the sync should be done on the 2.7 branch? |
For me it should be fixed in the 2.6 branch. |
…incentaubert) This PR was merged into the 2.6 branch. Discussion ---------- [2.6][Security][Translation] #14920 update translations | Q | A | ------------- | --- | Bug fix? | yes | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | #14920 | License | MIT | Doc PR | Commits ------- dfd3e62 [2.6][Security][Translation] #14920 update translations
* 2.6: [Debug] Fix log level of stacked errors [VarDumper] Fix uninitialized id in HtmlDumper Fixed fluent interface [Debug] fix debug class loader case test on windows [Debug+VarDumper] Fix handling of PHP7 exception/error model [2.6][Security][Translation] #14920 update translations [VarDumper] Cherry-pick code style fixes from 2.7 Bug #14836 [HttpFoundation] Moves default JSON encoding assignment from constructor to property Conflicts: src/Symfony/Component/Debug/Tests/DebugClassLoaderTest.php src/Symfony/Component/VarDumper/Caster/DOMCaster.php src/Symfony/Component/VarDumper/Caster/ExceptionCaster.php src/Symfony/Component/VarDumper/Caster/PdoCaster.php src/Symfony/Component/VarDumper/Caster/SplCaster.php
After updating Symfony I thought I could see the effect of #14601 but it doesn't happen because there is two translations folders into the security component.
I updated Security/Resources/translations/security.fr.xlf but Security/Core/Resources/translations/security.fr.xlf is used.
I don't know if it's legit but now that translations have diverged I think something must be done.
The text was updated successfully, but these errors were encountered: