Files
symfony-flex-recipes/symfony.translation.3.3.json
T
github-action[bot]andgithub-action[bot] 3206189e52 Update Flex endpoint
2021-11-23 10:26:03 +00:00

34 lines
1.0 KiB
JSON

{
"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",
""
],
"executable": false
},
"translations/.gitignore": {
"contents": [
""
],
"executable": false
}
},
"ref": "2ad9d2545bce8ca1a863e50e92141f0b9d87ffcd"
}
}
}