weglot/translate-bundle

Dotenv

WG_API_KEY=...

Generated files

config/packages/weglot_translate.yaml

weglot_translate:
    api_key: '%env(WG_API_KEY)%'
    original_language : 'en'
    cache: true
    destination_languages:
        - 'fr'
        - 'de'