> Hello Nereid developers, > > Yesterday I try new commits in Nereid project. We have problem about > commit 0f0238b because I don't get language from URL; Language is from > Transition, not get lang from URL. (1) > > I worked some internal codereview (in get_locale method) but I don't like it > :( > > I'm waiting what is your feedback and/or solution. > > (1) https://github.com/openlabs/nereid/issues/96
Locale Transaction is always from ir.configuration (1). I improve transaction use language: add context language from path info. Please, give me feedback. (1) http://hg.tryton.org/trytond/file/482df3e42015/trytond/ir/configuration.py (2) https://github.com/openlabs/nereid/pull/100 Raimon
