Files
symfony-flex-recipes/symfony.translation.6.3.json
github-action[bot]andgithub-action[bot] c8fcc52f88 Update Flex endpoint
2025-05-31 08:36:02 +00:00

33 lines
1016 B
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'",
" providers:",
""
],
"executable": false
},
"translations/.gitignore": {
"contents": [
""
],
"executable": false
}
},
"ref": "620a1b84865ceb2ba304c8f8bf2a185fbf32a843"
}
}
}