TranslationFormBundle
TranslationFormBundle copied to clipboard
Ease translations with some dedicated Symfony form types
Hello, I have a website that is maintained by people from several languages, among which **en** and **fr** are prevalent over the others. Both **fr** and **en** create the entities...
I am targeting this branch, because this is performance improvement. ## Changelog ```markdown ### Added .gitattributes for archive performance ``` ## Subject Add gitattributes to exclude tests etc from archive
### Environment #### Composer packages ``` $ composer show a2lix/auto-form-bundle 0.4.3 Automate form building a2lix/translation-form-bundle 3.2.1 Translate your doctrine objects easily with some helpers antishov/doctrine-extensions-bundle v1.4.3 Forked from stof/doctrine-extensions-bundle integration...
I am targeting this branch, because this is a feature without a BC-break. ## Changelog ```markdown ### Added Add support for DTO objects disconnected from Doctrine entities ``` ## To...
Hello, I'm trying to use the a2lix translation field with a file field that is not mapped in my entity as it will not be handled by the database, but...
#### Composer packages ``` $ composer show a2lix/auto-form-bundle 0.4.2 Automate form building a2lix/translation-form-bundle 3.2.1 Translate your doctrine objects easily with some helpers ``` #### PHP version ``` $ php -v...
In configuration of a2lix_translation_form is it possible to give the possibility to change the delimiter of locales if it's a string ? Currently the delimiter of the locales when is...
## Subject In one of my current project, I had to allow additional translations directly from user interface. This feature doesn't exist in this bundle, so I create a `TranslationsTypeExtension`...
Bonjour à tous, Symfony 5 / EasyAdmin 4 / PHP8 Dîtes moi, est-il possible dans un CrudController d'appeler la property translations à plusieurs endroits ? Je souhaiterais en effet, dans...
### Environment #### Symfony packages ``` $ composer show --latest 'symfony/*' symfony/asset v4.2.3 v4.2.3 Symfony Asset Component symfony/browser-kit v4.2.3 v4.2.3 Symfony BrowserKit Component symfony/cache v4.2.3 v4.2.3 Symfony Cache component with...