Open
Description
Currently, the translation dumper dumps all translations for all locales. However, in some projects, we have a list of locales we support and we don't care about others (which might still have keys defined for the third-party translations).
It would be great to filter the list of dumped translations based on the kernel.enabled_locales
parameter defined in FrameworkBundle.