Re: i18n for permissions names in auth

2009-04-07 Thread Alex Gaynor
On Tue, Apr 7, 2009 at 8:55 AM, Vinicius Mendes wrote: > I was thinking that it would be a good feature if the names of the auth > permissions could be internationalizated. For example, instead of storing > 'Can add user' in database, can store something like 'Can add > %(model_verbose_name)s'. A

i18n for permissions names in auth

2009-04-07 Thread Vinicius Mendes
I was thinking that it would be a good feature if the names of the auth permissions could be internationalizated. For example, instead of storing 'Can add user' in database, can store something like 'Can add %(model_verbose_name)s'. And then internationalize it for the user and put the model name i