genders.php 186 B

12345678
  1. <?php
  2. return [
  3. 'male' => 'Masculino',
  4. 'female' => 'Feminino',
  5. 'other' => 'Outro',
  6. 'prefer_not_to_say' => 'Prefiro não informar',
  7. ];