schmittjoh / JMSTranslationBundle

Puts the Symfony2 Translation Component on steroids
http://jmsyst.com/bundles/JMSTranslationBundle
427 stars 291 forks source link

Command conflict with framework bundle #564

Open yellow1912 opened 2 years ago

yellow1912 commented 2 years ago

Symfony 5.x framework bundle now has the translation command which is the same with jms:

https://github.com/symfony/framework-bundle/blob/5.4/Command/TranslationUpdateCommand.php

I think it's better that we prefix our command, something like jms:translation:extract to avoid conflict.