Files
translation-value-sets/ta/appointment_contributor_roles.php
2025-06-17 09:45:22 +00:00

7 lines
182 B
PHP

<?PHP
declare(strict_types = 1);
$appointment_contributor_roles = array (
'organizer' => 'அமைப்பாளர்',
'presenter' => 'தொகுப்பாளர்',
);