Hi, In Sf2, the system to override templates through a child bundle is great because it naturally organizes the files in a logic way (and inside the src directory). But i wonder why the same mechanism is not applied to the translation files ? Or maybe i'm not using it well.
Take the FOSUserBundle for instance, overriding the translations is really needed for adapting texts to a real project (content of emails for instance). In this bundle the translations come from the FOSUserBundle domain. I already override the templates from this bundle in a child bundle, thanks to : public function getParent() { return 'FOSUserBundle'; } Overriding the translations files as well would be a natural reflex :) Is this behaviour planned for the final release ? * -- Benjamin Dulau - anonymation CEO anonymation.com | code.anonymation.com ben...@anonymation.com * -- If you want to report a vulnerability issue on symfony, please send it to security at symfony-project.com You received this message because you are subscribed to the Google Groups "symfony users" group. To post to this group, send email to symfony-users@googlegroups.com To unsubscribe from this group, send email to symfony-users+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/symfony-users?hl=en