Django Rosetta - Translation with the permission of the user, not a group of translators

How can I allow users to translate django-rosetta strong> without binding each user in turn to a new translatorsauth group ?

Currently, users have authorization groups associated with certain groups, depending on their role on the site. I would like to assign a new auth permission, for example: sites|sites|Can Translateand add this to an existing role. This will result in minimal user administration, so users with the role Gatekeeperwill be assigned the Gatekeeperauth group only and will be able to translate.

Is this possible without hacking django-rosetta?

Thanks in advance!

+3
source share
1

, rosetta ROSETTA_ACCESS_CONTROL_FUNCTION, .

, , . , , Rosetta .

,

+1

All Articles