Approval.
This commit is contained in:
@ -1,4 +1,10 @@
|
||||
<?PHP
|
||||
$gender_set['female'] = 'Жіночий ';
|
||||
$gender_set['male'] = 'Чоловічий';
|
||||
$gender_set['other'] = 'Інший';
|
||||
declare(strict_types = 1);
|
||||
array (
|
||||
'gender_set' =>
|
||||
array (
|
||||
'female' => 'Жіночий ',
|
||||
'male' => 'Чоловічий',
|
||||
'other' => 'Інший',
|
||||
),
|
||||
)
|
Reference in New Issue
Block a user