Files
symfony-flex-recipes/symfony/phrase-translation-provider/6.4/manifest.json
T

17 lines
445 B
JSON

{
"add-lines": [
{
"file": "config/packages/translation.yaml",
"position": "after_target",
"target": " providers:",
"content": [
" phrase:",
" dsn: '%env(PHRASE_DSN)%'"
]
}
],
"env": {
"#1": "PHRASE_DSN=phrase://PROJECT_ID:API_TOKEN@default?userAgent=Symfony-Phrase-Provider"
}
}