You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description
In Symfony 2.8(!!) as_tree option was introduced to YamlFileDumper. However, until today there isn't possibility to use this option in Symfony app since translation:update command doesn't pass this option to TranslationWriterInterface.
Example
bin/console translation:update --domain messages --output-format=yml --force --as-tree en