Files
symfony-flex-recipes/archived/symfony.translation/79a488be4f8a32fd8d5e2fc3bab564fae36701ef.json
T
github-action[bot]andgithub-action[bot] a5298a919f Update Flex archives
2021-12-18 17:20:12 +00:00

37 lines
1.1 KiB
JSON

{
"manifests": {
"symfony/translation": {
"manifest": {
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"container": {
"locale": "en"
}
},
"files": {
"config/packages/translation.yaml": {
"contents": [
"framework:",
" default_locale: '%locale%'",
" translator:",
" paths:",
" - '%kernel.project_dir%/config/translations'",
" fallbacks:",
" - '%locale%'",
""
],
"executable": false
},
"config/translations/.gitignore": {
"contents": [
""
],
"executable": false
}
},
"ref": "79a488be4f8a32fd8d5e2fc3bab564fae36701ef"
}
}
}