8000 minor #59105 [FrameworkBundle] Rename TranslationUpdateCommand to Tra… · symfony/symfony@b6d6adf · GitHub
[go: up one dir, main page]

Skip to content

Commit b6d6adf

Browse files
committed
minor #59105 [FrameworkBundle] Rename TranslationUpdateCommand to TranslationExtract command to match the command name (welcoMattic)
This PR was merged into the 7.3 branch. Discussion ---------- [FrameworkBundle] Rename TranslationUpdateCommand to TranslationExtract command to match the command name | Q | A | ------------- | --- | Branch? | 7.3 <!-- see below --> | Bug fix? | no | New feature? | no <!-- please update src/**/CHANGELOG.md files --> | Deprecations? | yes <!-- 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 In #43758, `translation:update` command has been renamed to `translation:extract` command. But the file has never been renamed. This PR deprecate the `TranslationUpdateCommand` class in favor to `TranslationExtractCommand`. So, in 8.0 we could remove `TranslationUpdateCommand` file completely. Commits ------- a61bd89 Rename TranslationUpdateCommand to TranslationExtract command to match the command name
2 parents 12e4e53 + a61bd89 commit b6d6adf

File tree

6 files changed

+514
-481
lines changed

6 files changed

+514
-481
lines changed

src/Symfony/Bundle/FrameworkBundle/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ CHANGELOG
55
---
66

77
* Add support for assets pre-compression
8+
* Rename `TranslationUpdateCommand` to `TranslationExtractCommand`
89

910
7.2
1011
---

0 commit comments

Comments
 (0)
0