Approval.

This commit is contained in:
2025-10-07 14:09:55 +00:00
committed by md translation bot
parent 54654923bf
commit 55f334dd18
26 changed files with 286 additions and 286 deletions

View File

@@ -1,7 +1,7 @@
<?PHP
declare(strict_types = 1);
$gender_set = array (
'female' => 'Female',
'male' => 'Male',
'other' => 'Other',
'female' => 'Žena',
'male' => 'Samec',
'other' => 'Ostatní',
);