a2lix TranslationFormBundle AND Gedmo Doctrine Extension Translatable with just one Translation table
问题 I am trying to use the a2lix TranslationFormBundle ( https://github.com/a2lix/TranslationFormBundle ) with a Symfony2 project. I have been looking at docs and specifically at this demo: https://github.com/a2lix/Demo/tree/master/src/A2lix/DemoTranslationBundle I noticed all examples in both the doc and the demo use specific translation tables (end entity) for each translatable entity, as set in the class annotation with @Gedmo\TranslationEntity(class="A2lix\DemoTranslationBundle\Entity