-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Config option to disable Gettext listener #6
Comments
Hi Matthias, thank you for your comment. Can you be a little more specific in how you want this to work? What would be the name of the configuration parameter and what would it exactly do? Also, if you are willing to do a PR, then I am willing to merge that. As long as it enables the listener by default and does not break backwards compatibility. Kind regards, Maurits |
Hey, my issue is that the
and that's breaking our custom Gettext setup. In addition we have our own listener setting the request locale. Therefore I'd be great if the config would include options to disable those listeners:
I'll check this out to see if I can to a PR. :) Cheers |
That would be great! If I find some time I can also try to make this.. should not be too hard. :-) |
Hey,
we just added your nifty bundle to a project, but we already have some custom gettext handler/listener. It'd be great if there'd be a config option to en/disable the bundle's services. For now I've just overriden yours with an empty dummy listener.
http://symfony.com/doc/current/cookbook/bundles/configuration.html
Cheers
Matthias
The text was updated successfully, but these errors were encountered: