Re: Problem with admin actions and i18n

2010-04-06 Thread Vinicius Mendes
Sorry, i am using Django 1.1.1 final >>> import django >>> django.VERSION (1, 1, 1, 'final', 0) __ Vinícius Mendes Solucione Sistemas http://solucione.info/ On Tue, Apr 6, 2010 at 1:09 PM, Ramiro Morales wrote: > On Tue, Apr 6, 2010 at 12:48 PM, Vinicius Mendes > wrote: >

Re: Problem with admin actions and i18n

2010-04-06 Thread Ramiro Morales
On Tue, Apr 6, 2010 at 12:48 PM, Vinicius Mendes wrote: > Hi, > I have a ModelAdmin with two new actions and I added a > locale/pt_BR/LC_MESSAGES to my project folder to change the translation of > the "Delete selected" option. Locally it works but the translated message > user is the provided by

Problem with admin actions and i18n

2010-04-06 Thread Vinicius Mendes
Hi, I have a ModelAdmin with two new actions and I added a locale/pt_BR/LC_MESSAGES to my project folder to change the translation of the "Delete selected" option. Locally it works but the translated message user is the provided by Django. I get my change list with 3 actions, but when I run it in