mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-11 23:26:40 +03:00
69 lines
2.7 KiB
JSON
69 lines
2.7 KiB
JSON
{
|
|
"manifests": {
|
|
"php-translation/symfony-bundle": {
|
|
"manifest": {
|
|
"bundles": {
|
|
"Translation\\Bundle\\TranslationBundle": [
|
|
"all"
|
|
]
|
|
},
|
|
"copy-from-recipe": {
|
|
"config/": "%CONFIG_DIR%/"
|
|
}
|
|
},
|
|
"files": {
|
|
"config/packages/dev/php_translation.yaml": {
|
|
"contents": [
|
|
"translation:",
|
|
" symfony_profiler:",
|
|
" enabled: true",
|
|
" webui:",
|
|
" enabled: true",
|
|
""
|
|
],
|
|
"executable": false
|
|
},
|
|
"config/packages/php_translation.yaml": {
|
|
"contents": [
|
|
"translation:",
|
|
" locales: [\"en\"]",
|
|
" edit_in_place:",
|
|
" enabled: false",
|
|
" config_name: app",
|
|
" configs:",
|
|
" app:",
|
|
" dirs: [\"%kernel.project_dir%/templates\", \"%kernel.project_dir%/src\"]",
|
|
" output_dir: \"%kernel.project_dir%/translations\"",
|
|
" excluded_names: [\"*TestCase.php\", \"*Test.php\"]",
|
|
" excluded_dirs: [cache, data, logs]",
|
|
""
|
|
],
|
|
"executable": false
|
|
},
|
|
"config/routes/dev/php_translation.yaml": {
|
|
"contents": [
|
|
"_translation_webui:",
|
|
" resource: '@TranslationBundle/Resources/config/routing_webui.yaml'",
|
|
" prefix: /admin",
|
|
"",
|
|
"_translation_profiler:",
|
|
" resource: '@TranslationBundle/Resources/config/routing_symfony_profiler.yaml'",
|
|
""
|
|
],
|
|
"executable": false
|
|
},
|
|
"config/routes/php_translation.yaml": {
|
|
"contents": [
|
|
"_translation_edit_in_place:",
|
|
" resource: '@TranslationBundle/Resources/config/routing_edit_in_place.yaml'",
|
|
" prefix: /admin",
|
|
""
|
|
],
|
|
"executable": false
|
|
}
|
|
},
|
|
"ref": "f3ca4e4da63897d177e58da78626c20648c0e102"
|
|
}
|
|
}
|
|
}
|