mirror of
https://github.com/symfony/recipes.git
synced 2026-09-15 17:16:24 +03:00
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
11 lines
209 B
JSON
11 lines
209 B
JSON
{
|
|
"copy-from-recipe": {
|
|
"config/": "%CONFIG_DIR%/",
|
|
"translations/": "translations/"
|
|
},
|
|
"container": {
|
|
"locale": "en"
|
|
},
|
|
"aliases": ["translator", "translations"]
|
|
}
|