Commit b6d6adf
committed
minor symfony#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 symfony#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 nameFile tree
6 files changed
+514
-481
lines changed- src/Symfony/Bundle/FrameworkBundle
- Command
- Resources/config
- Tests/Command
6 files changed
+514
-481
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
8 | 9 | | |
9 | 10 | | |
10 | 11 | | |
| |||
0 commit comments