Approval.
This commit is contained in:
@ -1,2 +1,9 @@
|
||||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
$exhibition_contributor_roles = array (
|
||||
'concept' => 'Концепт',
|
||||
'curator' => 'Куратор',
|
||||
'design' => 'Дизайн',
|
||||
'coordinator' => 'Координатор',
|
||||
'protagonist' => 'Протагонист',
|
||||
);
|
||||
|
Reference in New Issue
Block a user