Closed JainJayan closed 2 years ago
After following the installation guide with a Symfony 6.1 project, I seem to be getting an error from the config. My config is
framework: translator: providers: weblate: dsn: '%env(WEBLATE_DSN)%' locales: ['en', 'de']
When calling bin/console translation:push the following error is printed:
bin/console translation:push
The "weblate" scheme is not supported.
Is there perhaps an incompatibility with Symfony 6.1?
Sorry, I had an issue with my package management. Now it recognizes the scheme
Glad to hear that, I did not test it with 6.1.x myself ;)
After following the installation guide with a Symfony 6.1 project, I seem to be getting an error from the config. My config is
When calling
bin/console translation:push
the following error is printed:Is there perhaps an incompatibility with Symfony 6.1?