mirror of
https://github.com/symfony/recipes.git
synced 2026-09-15 09:06:24 +03:00
22 lines
730 B
JSON
22 lines
730 B
JSON
{
|
|
"manifests": {
|
|
"symfony/crowdin-translation-provider": {
|
|
"manifest": {
|
|
"add-lines": [
|
|
{
|
|
"file": "config/packages/translation.yaml",
|
|
"position": "after_target",
|
|
"target": " providers:",
|
|
"content": " crowdin:\n dsn: '%env(CROWDIN_DSN)%'"
|
|
}
|
|
],
|
|
"env": {
|
|
"#1": "CROWDIN_DSN=crowdin://PROJECT_ID:API_TOKEN@ORGANIZATION_DOMAIN.default"
|
|
}
|
|
},
|
|
"files": [],
|
|
"ref": "15c55fd0c3c77c24346815387bdcd73a78305123"
|
|
}
|
|
}
|
|
}
|