Closed
Description
Description
According to https://symfony.com/doc/current/translation.html#translation-resource-file-names-and-locations, as a developper, I have to clear the whole cache every time I update a translation file.
Clearing the cache may take some time, so I would like a command to only clear the translation part of the cache.
Example
For instance, the bundle https://github.com/overblog/GraphQLBundle creates a command graphql:compile
(https://github.com/overblog/GraphQLBundle/blob/master/src/Command/CompileCommand.php) to manually compile the part of the cache it creates.