mirror of
https://github.com/symfony/recipes.git
synced 2026-09-12 07:36:30 +03:00
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
This commit is contained in:
@@ -6,5 +6,5 @@
|
||||
"container": {
|
||||
"locale": "en"
|
||||
},
|
||||
"aliases": ["translator"]
|
||||
"aliases": ["translator", "translations"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user