Re: i18n - local translation does not show up - bug

2012-05-07 Thread kenneth gonsalves
On Mon, 2012-05-07 at 11:44 +0530, kenneth gonsalves wrote: > > It'd be strange, but certainly possible, it is broken. We have > > a test case checking that such feature works: > > > > > https://github.com/django/django/blob/master/tests/regressiontests/views/tests/i18n.py#L140 > > > > Could you

Re: i18n - local translation does not show up - bug

2012-05-07 Thread kenneth gonsalves
On Thu, 2012-05-03 at 10:29 -0300, Ramiro Morales wrote: > > > > I had gone through the docs and added the LOCALE_PATHS setting - but > it > > just does not work - have tried on fedora, debian, ubuntu ... > > Good to know that, I couldn't infer that from your initial email. > > It'd be strange,

Re: i18n - local translation does not show up - bug

2012-05-03 Thread Ramiro Morales
On Thu, May 3, 2012 at 9:17 AM, kenneth gonsalves wrote: > > I had gone through the docs and added the LOCALE_PATHS setting - but it > just does not work - have tried on fedora, debian, ubuntu ... Good to know that, I couldn't infer that from your initial email. It'd be

Re: i18n - local translation does not show up - bug

2012-05-03 Thread kenneth gonsalves
On Wed, 2012-05-02 at 10:53 -0300, Ramiro Morales wrote: > > I want two languages in my project - en and ta. I have set this up > in > > many projects over the years and this is the first time I am seeing > > failure. The problem is that on switching to tamil, the django > strings > > are getting

Re: i18n - local translation does not show up - bug

2012-05-02 Thread Ramiro Morales
On Wed, May 2, 2012 at 4:13 AM, kenneth gonsalves wrote: > hi, > > I want two languages in my project - en and ta. I have set this up in > many projects over the years and this is the first time I am seeing > failure. The problem is that on switching to tamil, the django