Files
symfony-flex-recipes/symfony.loco-translation-provider.5.3.json
T
github-action[bot]andgithub-action[bot] 536f508c22 Update Flex endpoint
2026-03-31 11:35:29 +00:00

22 lines
682 B
JSON

{
"manifests": {
"symfony/loco-translation-provider": {
"manifest": {
"add-lines": [
{
"file": "config/packages/translation.yaml",
"position": "after_target",
"target": " providers:",
"content": " loco:\n dsn: '%env(LOCO_DSN)%'"
}
],
"env": {
"#1": "LOCO_DSN=loco://API_KEY@default"
}
},
"files": [],
"ref": "653e6aa65233d00e0b17268247a4c135b38b6c5c"
}
}
}