mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-13 13:54:23 +00:00
handle unknown in gender aggregator
This commit is contained in:
parent
b9d4b5650b
commit
89bdc76565
@ -62,6 +62,9 @@ final class GenderAggregator implements AggregatorInterface
|
||||
case Person::BOTH_GENDER:
|
||||
return $this->translator->trans('both');
|
||||
|
||||
case Person::NO_INFORMATION:
|
||||
return $this->translator->trans('unknown');
|
||||
|
||||
case null:
|
||||
return $this->translator->trans('Not given');
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user