lexik / LexikTranslationBundle

This Symfony bundle allow to import translation files content into the database and provide a GUI to edit translations.
MIT License
428 stars 262 forks source link

How to handle multiple entity managers ? #292

Open ComteZeroVD opened 7 years ago

ComteZeroVD commented 7 years ago

I have an app which manage datas on multiple databases.

Therefore, I'd like to manage translations from this app. But it doesn't seem that I can dynamically choose the database I'd like to work on.

Is it possible without changing the parameter "object_manager" in config.yml ? Because it will be the final user that will do the translations and so he has no access to the code.