Closed
Description
To be "framework independent", Translator component shoud not impose a naming convention for dumped files.
I should be able to use this path template:
[anypath]/locale/domain.[extension]
The current implementation of Symfony\Component\Translation\Dumper\FileDumper::dump()
forces [anypath]/domain.locale.[extension] template.