Added symfony translation bundle, and updated german translations.

This commit is contained in:
Jan Böhmer 2019-03-14 13:32:41 +01:00
parent 86eda36a2e
commit 6d7150e202
12 changed files with 697 additions and 172 deletions

View file

@ -123,6 +123,9 @@
"nikolaposa/version": {
"version": "2.2.2"
},
"nyholm/nsa": {
"version": "1.1.0"
},
"ocramius/proxy-manager": {
"version": "2.1.1"
},
@ -138,6 +141,30 @@
"./config/packages/datatables.yaml"
]
},
"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"
},