Skip to content

Commit

Permalink
minor symfony#52674 [Translation] Fix Translation changelog for Phras…
Browse files Browse the repository at this point in the history
…e provider (welcoMattic)

This PR was merged into the 6.4 branch.

Discussion
----------

[Translation] Fix Translation changelog for Phrase provider

| Q             | A
| ------------- | ---
| Branch?       | 6.4
| Bug fix?      | no
| New feature?  | no <!-- please update src/**/CHANGELOG.md files -->
| Deprecations? | no <!-- please update UPGRADE-*.md and src/**/CHANGELOG.md files -->
| Issues        | Fix #... <!-- prefix each issue number with "Fix #", no need to create an issue if none exists, explain below instead -->
| License       | MIT

Phrase provider has been added to 6.4, not 6.3

Flex recipe has been fixed in symfony/recipes#1259

Commits
-------

78fc311 Fix translation changelog for Phrase provider
  • Loading branch information
nicolas-grekas committed Nov 21, 2023
2 parents 584af8d + 78fc311 commit b85a083
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/Symfony/Component/Translation/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,6 @@ CHANGELOG
* Add `--as-tree` option to `translation:pull` command to write YAML messages as a tree-like structure
* [BC BREAK] Add argument `$buildDir` to `DataCollectorTranslator::warmUp()`
* Add `DataCollectorTranslatorPass` and `LoggingTranslatorPass` (moved from `FrameworkBundle`)

6.3
---

* Add `PhraseTranslationProvider`

6.2.7
Expand Down

0 comments on commit b85a083

Please sign in to comment.