Multiple translation groups or teams for a POFile

Asked by Adi Roiban

Looking at the rosetta source code it looks like a pofile can be managed my multiple groups ( or teams).

Is this still valid?

    def translation_groups_statement(self):
        """List translation groups and translation teams for this translation.

Many thanks!

Question information

Language:
English Edit question
Status:
Solved
For:
Launchpad itself Edit question
Assignee:
No assignee Edit question
Solved by:
Henning Eggers
Solved:
Last query:
Last reply:
Revision history for this message
Best Henning Eggers (henninge) said :
#1

Ah, this may sound confusing.
There are only two possible groups/teams: One assigned through the project and one throught project group. If a project is part of a project group it may be managed by two translation groups who each can assign a translation team for a language (pofile). If the permissions are different between the project and its group, the stricter one is used.

Revision history for this message
Adi Roiban (adiroiban) said :
#2

Thanks Henning Eggers, that solved my question.