Use php-translation symfony bundle.

This gives us some advanced translation extractors (from form labels, flashes, etc.) and provide some more debug tools.
This commit is contained in:
Jan Böhmer 2019-12-26 13:16:27 +01:00
parent 2764401451
commit e7b920c4fe
14 changed files with 13322 additions and 5544 deletions

View file

@ -196,6 +196,9 @@
"nikolaposa/version": {
"version": "2.2.2"
},
"nyholm/nsa": {
"version": "1.1.0"
},
"nyholm/psr7": {
"version": "1.0",
"recipe": {
@ -241,6 +244,30 @@
"php-http/promise": {
"version": "v1.0.0"
},
"php-translation/common": {
"version": "1.0.0"
},
"php-translation/extractor": {
"version": "1.7.1"
},
"php-translation/symfony-bundle": {
"version": "0.4",
"recipe": {
"repo": "github.com/symfony/recipes-contrib",
"branch": "master",
"version": "0.4",
"ref": "ee15ad002114fba7b694a7fe429419b518d43bc4"
},
"files": [
"./config/packages/dev/php_translation.yaml",
"./config/packages/php_translation.yaml",
"./config/routes/dev/php_translation.yaml",
"./config/routes/php_translation.yaml"
]
},
"php-translation/symfony-storage": {
"version": "1.0.1"
},
"phpdocumentor/reflection-common": {
"version": "1.0.1"
},