I've an entity that uses gedmo doctrine translatable extension. I'm able to load this entity in the current locale.
Now, for an admin panel where I want users to see and edit the various translations, I want to show all the translations or a specific one chosen by the user.
I just have the ->getTranslations method on that entity. There's another trick to load just the select translation? Is there any best practice for the given scenario?
Thanks a lot!