Closed clytemnestra closed 8 years ago
That is interesting. It should be possible if we create a "Blackhole" service that implements TranslationServiceInterface
.
What do you think?
I've tried to install it but it asks for phplug v1.0.0-beta. After trying to fix dependencies, it asks for one of the clients from here. I would've done this gist myself, but thought this bundle might've already came with it so no reason to reinvent the wheel.
Maybe I'm doing something wrong, but the package should not depend on those to work and allow for a custom one.
You are correct. Implementing a "Blackhole" service makes the dependency on Httplug optional.
You have a Blackhole service and a Filesystem service.
Nice, I'll check it out when I'll have time.
Managed to install and play a bit with it. Don't have time to fully configure it since I used jms/translation, but it's really nice to use the profiler, too. Might use it more in the future when I have time. Maybe even use with a service.
Is there a way to not use any translation service, but to dump the translations in some files on the local machine?