translation-value-sets/kn/gender_set.php

8 lines
148 B
PHP
Raw Normal View History

2025-02-11 01:02:14 +00:00
<?PHP
declare(strict_types = 1);
$gender_set = array (
2025-02-14 16:35:19 +00:00
'female' => 'ಮಹಿಳೆ',
'male' => 'ಪುರುಷ',
'other' => 'ಇತರ',
2025-02-11 01:02:14 +00:00
);