Hey guys- I'm bringing this back up again - after seeing a user ask about it in #symfony.
When generating routes, I think the _locale parameter should be automatically set from the locale set on the user's session (with the normal fallback mechanism). The _locale routing parameter value is automatically set to the users session, but opposite direction (using the session's locale to populate the _locale parameter when generating routes) is not true. Last time I looked, implementing this was not immediately obvious - but I wanted to at least see if others agree that this should be the desired behavior. Thanks! Ryan Weaver US Office Head & Trainer - KnpLabs - Nashville, TN http://www.knplabs.com <http://www.knplabs.com/en> http://www.thatsquality.com Twitter: @weaverryan On Sun, Jan 2, 2011 at 1:39 PM, weaverryan <[email protected]> wrote: > Hey guys- > > Currently, when the route parameter "_locale" is matched, that value > is set as the session's locale. However, when generating URLs, the > session's locale is not automatically used as the _locale routing > default if none is specified. > > Has this feature been purposefully omitted or are we just waiting for > someone to implement it? More generally, with how the route generator > compiles, the solution seems non-trivial. > > Thoughts? > > -- > 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 developers" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/symfony-devs?hl=en > -- 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 developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/symfony-devs?hl=en
