Re: Translate permission Django

2016-03-14 Thread Ramez Ashraf
Hello, I created a 3rd party app for this issue , which will also display the app and model verbose names + display permissions in a tabular format for more easy setting when you have dozens of models. Check it out at https://github.com/RamezIssac/django-tabular-permissions Hope it helps :-)

Re: Translate permission Django

2016-03-14 Thread Florian Apolloner
On Monday, March 14, 2016 at 9:24:30 PM UTC+1, Collin Anderson wrote: > > Maybe we could have __str__ run the text through _()? I don't do much > translating. > Wouldn't work since you'd still need the static strings for the po files somewhere. -- You received this message because you are s

Re: Translate permission Django

2016-03-14 Thread James Pic
Perhaps django-modeltranslation could help too: http://django-modeltranslation.readthedocs.org/en/latest/registration.html (I really like this app BTW) -- You received this message because you are subscribed to the Google Groups "Django developers (Contributions to Django itself)" group. To uns

Re: Translate permission Django

2016-03-14 Thread Collin Anderson
Maybe we could have __str__ run the text through _()? I don't do much translating. On Mon, Mar 7, 2016 at 10:21 AM, Tim Graham wrote: > This has been discussed in several tickets ( > https://www.google.com/search?&q=translate+permissions+site%3Acode.djangoproject.com) > and mailing list threads

Re: Translate permission Django

2016-03-07 Thread Tim Graham
This has been discussed in several tickets (https://www.google.com/search?&q=translate+permissions+site%3Acode.djangoproject.com) and mailing list threads (search the archives of this list for "translate permissions"). As far as I can tell, there's no clear solution at this time. On Monday, Fe

Re: Translate permission Django

2016-02-29 Thread Marcos Serrano

Translate permission Django

2016-02-29 Thread Marcos Serrano
Hello, How to translate the default permissions django . Keywords ( Add, Delete ... ) -- You received this message because you are subscribed to the Google Groups "Django developers (Contributions to Django itself)" group. To unsubscribe from this group and stop receiving emails from it, sen