mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-13 22:04:23 +00:00
Merge branch '111_exports_suite' into testing
This commit is contained in:
commit
8cf25415ab
@ -62,6 +62,9 @@ final class GenderAggregator implements AggregatorInterface
|
|||||||
case Person::BOTH_GENDER:
|
case Person::BOTH_GENDER:
|
||||||
return $this->translator->trans('both');
|
return $this->translator->trans('both');
|
||||||
|
|
||||||
|
case Person::NO_INFORMATION:
|
||||||
|
return $this->translator->trans('unknown');
|
||||||
|
|
||||||
case null:
|
case null:
|
||||||
return $this->translator->trans('Not given');
|
return $this->translator->trans('Not given');
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user