Leaseweb / LswGettextTranslationBundle

Symfony2 bundle that adds native (faster) gettext translation support and is easy to use.
MIT License
24 stars 8 forks source link

Commands not working with Symfony 3.x #12

Open althaus opened 7 years ago

althaus commented 7 years ago

Hey,

the commands don't work anymore due to removal of the Dialog helper:

bin/console gettext:bundle:extract

[Symfony\Component\Console\Exception\InvalidArgumentException] The helper "dialog" is not defined.

"The Dialog Helper was deprecated in Symfony 2.5 and removed in Symfony 3.0. You should now use the Question Helper instead, which is simpler to use."

Cheers Matthias

ivorobioff commented 7 years ago

Any updates on this issue?

vedro-compota commented 7 years ago

@althaus @ivorobioff solution is here: https://github.com/sonata-project/SonataAdminBundle/pull/4339