I'm using FosUserBundle and the only way to translate its security messages (like "Invalid credentials.") is to enable translator in app/config/config.yml (If there is another way, please let me know).
However, my app will not be a multilingual app. Enabling the translator within the whole application leads to "missing translation" notifications on debug toolbar for my every form.
So I would like to find a way to enable the translator just for FosUserBundle. Is this possible?
Note: I've already overriden FosUserBundle on my /src/UserBundle.