kunstmaan/translator-bundle

Generated files

config/packages/kunstmaan_translator.yaml

kunstmaan_translator:
    enabled: true
    # Add your preferred locales here
    managed_locales: ['nl', 'en', 'de', 'fr']

config/routes/kunstmaan_translator.yaml

KunstmaanTranslatorBundle:
    resource: "@KunstmaanTranslatorBundle/Resources/config/routing.yml"
    # If your site is not multi language, remove the "{_locale}/" part of prefix and requirements
    prefix:   /{_locale}/
    requirements:
        _locale: "%kunstmaan_admin.required_locales%"