Files
symfony-flex-recipes/symfony/translation/3.3/manifest.json
T
Daniel EspendillerandGitHub 846b003d01 add translations alias for translator recipe
My first Flex experience: How to get the `translations` folder?
`composer require translations => supported aliases: "translation", "translator"`

This adds a `translations` alias for the translator recipe. Maybe its helpful
2017-12-06 19:41:27 +01:00

11 lines
209 B
JSON

{
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/",
"translations/": "translations/"
},
"container": {
"locale": "en"
},
"aliases": ["translator", "translations"]
}