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.