feat(update): apply recipes:update symfony/translation

This commit is contained in:
Simon Vieille 2023-01-08 19:23:15 +01:00
parent b22db21ea4
commit 089cd2bb85
Signed by: deblan
GPG key ID: 579388D585F70417
2 changed files with 11 additions and 4 deletions

View file

@ -6,3 +6,10 @@ framework:
- '%kernel.project_dir%/vendor/murph/murph-core/src/core/Resources/translations' - '%kernel.project_dir%/vendor/murph/murph-core/src/core/Resources/translations'
fallbacks: fallbacks:
- en - en
# providers:
# crowdin:
# dsn: '%env(CROWDIN_DSN)%'
# loco:
# dsn: '%env(LOCO_DSN)%'
# lokalise:
# dsn: '%env(LOKALISE_DSN)%'

View file

@ -582,12 +582,12 @@
"version": "v5.2.4" "version": "v5.2.4"
}, },
"symfony/translation": { "symfony/translation": {
"version": "3.3", "version": "5.4",
"recipe": { "recipe": {
"repo": "github.com/symfony/recipes", "repo": "github.com/symfony/recipes",
"branch": "master", "branch": "main",
"version": "3.3", "version": "5.3",
"ref": "2ad9d2545bce8ca1a863e50e92141f0b9d87ffcd" "ref": "da64f5a2b6d96f5dc24914517c0350a5f91dee43"
}, },
"files": [ "files": [
"config/packages/translation.yaml", "config/packages/translation.yaml",