doctrine / DoctrinePHPCRBundle

This bundle integrates Doctrine PHPCR ODM and PHPCR backends into Symfony
http://phpcr.github.com
MIT License
156 stars 66 forks source link

Solution for translated fields form type #89

Open dantleech opened 11 years ago

dantleech commented 11 years ago

Some candidates / ideas:

dbu commented 10 years ago

the form type guesser will now at least add a class to translated fields: https://github.com/doctrine/DoctrinePHPCRBundle/blob/master/Form/PHPCRTypeGuesser.php#L175

this can be used to visually show that a field is translated.

@nicolas-bastien is working on bringing his full translation solution into sonata admin.

dbu commented 10 years ago

@nicolas-bastien said he is making progress with this one.

nicolas-bastien commented 10 years ago

Hi @dbu,

This is on the way : https://github.com/sonata-project/SonataTranslationBundle/issues/3

dbu commented 10 years ago

thanks for the note! great to see this moving!

dantleech commented 9 years ago

@nicolas-bastien did that PR solve this issue?

nicolas-bastien commented 9 years ago

Yes @dantleech de have a project on production with it. There is a doc on sonata web site. I just need to take the time to tag first stable.