8000 [Translation] Extract locale fallback computation into a dedicated class by mpdude · Pull Request #45553 · symfony/symfony · GitHub
[go: up one dir, main page]

Skip to content

[Translation] Extract locale fallback computation into a dedicated class #45553

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

Open
wants to merge 10 commits into
base: 7.4
Choose a base branch
from
Prev Previous commit
Next Next commit
Update CHANGELOG as suggested in GH Review
Co-authored-by: Mathieu Santostefano <msantostefano@protonmail.com>
  • Loading branch information
mpdude and welcoMattic authored Aug 1, 2022
commit 0c19e4f3172b15e88f9470bdca1849a09c96e55a
2 changes: 1 addition & 1 deletion src/Symfony/Component/Translation/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ CHANGELOG

* Parameters implementing `TranslatableInterface` are processed
* Add the file extension to the `XliffFileDumper` constructor
* Added `FallbackLocaleProvider` to configure the fallback locale chain in `Translator`
* Add `FallbackLocaleProvider` to configure the fallback locale chain in `Translator`
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This branch must be rebased on 6.4 and this line moves to 6.4 section


5.4
---
Expand Down
0