{ "manifests": { "symfony/translation": { "manifest": { "copy-from-recipe": { "config/": "%CONFIG_DIR%/", "translations/": "translations/" } }, "files": { "config/packages/translation.yaml": { "contents": [ "framework:", " default_locale: en", " translator:", " default_path: '%kernel.project_dir%/translations'", " fallbacks:", " - en", "# providers:", "# crowdin:", "# dsn: '%env(CROWDIN_DSN)%'", "# loco:", "# dsn: '%env(LOCO_DSN)%'", "# lokalise:", "# dsn: '%env(LOKALISE_DSN)%'", "" ], "executable": false }, "translations/.gitignore": { "contents": [ "" ], "executable": false } }, "ref": "da64f5a2b6d96f5dc24914517c0350a5f91dee43" } } }