Skip to content

[FrameworkBundle] Added --sort option for TranslationUpdateCommand #33117

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

Merged
merged 1 commit into from
Sep 8, 2019
Merged

[FrameworkBundle] Added --sort option for TranslationUpdateCommand #33117

merged 1 commit into from
Sep 8, 2019

Conversation

k0d3r1s
Copy link
Contributor

@k0d3r1s k0d3r1s commented Aug 11, 2019

Q A
Branch? 4.4
Bug fix? no
New feature? yes
BC breaks? no
Deprecations? no
Tests pass? yes
Fixed tickets #33014
License MIT
Doc PR symfony/symfony-docs#12136
Added sorting option for translation:update command

@k0d3r1s
Copy link
Contributor Author

k0d3r1s commented Aug 14, 2019

what happened to travis builds? I just applied patch and everything went wrong

Copy link
Member

@fabpot fabpot left a comment

Choose a reason for hiding this comment

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

With some small nitpicks.

@@ -88,11 +93,11 @@ protected function configure()
message.

Example running against a Bundle (AcmeBundle)
<info>php %command.full_name% --dump-messages en AcmeBundle</info>
<info>php %command.full_name% --dump-messages --sort=asc en AcmeBundle</info>
Copy link
Member

Choose a reason for hiding this comment

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

I would remove the --sort in the 2 existing commands and add a sentence explaining the sort option with a new example.

@fabpot
Copy link
Member

fabpot commented Sep 8, 2019

Thank you @k0d3r1s.

@fabpot fabpot closed this in 86c2619 Sep 8, 2019
@fabpot fabpot merged commit 3249a4e into symfony:4.4 Sep 8, 2019
javiereguiluz added a commit to symfony/symfony-docs that referenced this pull request Sep 18, 2019
…ate command (k0d3r1s)

This PR was squashed before being merged into the 4.4 branch (closes #12136).

Discussion
----------

Added documentation for --sort option in translation:update command

Documentation for symfony/symfony#33117

Commits
-------

aae353a Added documentation for --sort option in translation:update command
@nicolas-grekas nicolas-grekas modified the milestones: next, 4.4 Oct 27, 2019
This was referenced Nov 12, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants