Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork9.7k
[Translation] Add completion feature on translation pull and push commands#43672
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
76001ce toa8352e0Comparesrc/Symfony/Bundle/FrameworkBundle/Tests/Command/AboutCommand/AboutCommandTest.php OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
4f21b99 tof43980eComparewelcoMattic commentedOct 25, 2021
@GromNaN It's ready for review here |
src/Symfony/Component/Translation/Command/TranslationPushCommand.php OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
src/Symfony/Component/Translation/Test/TranslationProviderTestCase.php OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
f43980e tod5eb582Comparesrc/Symfony/Bundle/FrameworkBundle/Tests/Command/AboutCommand/AboutCommandTest.php OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
48879bc to08aa83dCompareUh oh!
There was an error while loading.Please reload this page.
6207cd1 to0cc8581Comparefabpot commentedOct 26, 2021
Can you skip the tests for older versions of Symfony? Like in#43731 for instance. |
e108eec tofa17c79ComparewelcoMattic commentedOct 26, 2021 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
|
fa17c79 to036b032Comparefabpot commentedOct 29, 2021
Thank you@welcoMattic. |
Uh oh!
There was an error while loading.Please reload this page.
This PR adds completion for arguments and options on
translation:pullandtranslation:pushcommands.