mirror of
https://github.com/symfony/recipes.git
synced 2026-09-11 15:16:30 +03:00
17 lines
417 B
JSON
17 lines
417 B
JSON
{
|
|
"add-lines": [
|
|
{
|
|
"file": "config/packages/translation.yaml",
|
|
"position": "after_target",
|
|
"target": " providers:",
|
|
"content": [
|
|
" lokalise:",
|
|
" dsn: '%env(LOKALISE_DSN)%'"
|
|
]
|
|
}
|
|
],
|
|
"env": {
|
|
"#1": "LOKALISE_DSN=lokalise://PROJECT_ID:API_KEY@default"
|
|
}
|
|
}
|