I'm trying to use sonata admin + a2lix + gedmo translatable to translate my entities.
Unfortunately it doesn't work, because I expect to see my translatable fields in the form, while in my backend I can see this "field - content" :
I've followed this tutorials:
http://a2lix.fr/bundles/translation-form/
and the documentation of the bundles.
Here you can find all the code I wrote: https://gist.github.com/itxavia/8416920
I'm pretty sure that the translatable annotation used is good, because I've tried to use those entities with PugX (another "admin generator") and all work fine... but I need sonata admin because it has got some features that PugX doesn't have so I'd like to get this code working.
Do you have experience with sonata admin, a2lix and gedmo to get translatable entities?
Can you please give me some hints?
Thanks a lot
Best regards