m2mtech / weblate-translation-provider

Weblate translation provider for Symfony Translation.
MIT License
17 stars 9 forks source link

Not compatible with Symfony v6.1.3? #1

Closed JainJayan closed 2 years ago

JainJayan commented 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:

The "weblate" scheme is not supported.

Is there perhaps an incompatibility with Symfony 6.1?

JainJayan commented 2 years ago

Sorry, I had an issue with my package management. Now it recognizes the scheme

m2mtech commented 2 years ago

Glad to hear that, I did not test it with 6.1.x myself ;)