How can I enable users to perform django-rosetta translations without assign each user in turn to the new translators auth group?
I currently have users associated to specific auth groups depending on their website role. I would like to assign a new auth permission, like: sites|sites|Can Translate and add this to an existing role. This will keep the minimal User administration so that users with the role of Gatekeeper will be assigned the the Gatekeeper auth group alone, and be able to translate.
Is this possible without hacking django-rosetta?
It seems that
rosettahas aROSETTA_ACCESS_CONTROL_FUNCTIONsetting that makes possible to customize access permissions.I hope it helps