export type ContributorRights =
	| "activity"
	| "branches_create"
	| "branches_main_modify"
	| "branches_merge"
	| "contributors"
	| "custom_status_modify"
	| "download"
	| "glossary"
	| "glossary_delete"
	| "glossary_edit"
	| "keys"
	| "manage_languages"
	| "review"
	| "screenshots"
	| "settings"
	| "statistics"
	| "tasks"
	| "upload";
