mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-24 08:33:49 +00:00
add validation to aggregator and filters
This commit is contained in:
@@ -60,5 +60,7 @@ services:
|
||||
|
||||
chill.person.export.aggregator_age:
|
||||
class: Chill\PersonBundle\Export\Aggregator\AgeAggregator
|
||||
arguments:
|
||||
- "@translator"
|
||||
tags:
|
||||
- { name: chill.export_aggregator, alias: person_age_aggregator }
|
||||
|
@@ -23,6 +23,7 @@ gender: genre
|
||||
'Place of birth': 'Lieu de naissance'
|
||||
placeOfBirth: lieu de naissance
|
||||
'Country of birth': 'Pays de naissance'
|
||||
'Continent of birth': Continent de naissance
|
||||
countryOfBirth: 'Pays de naissance'
|
||||
'Unknown country of birth': 'Pays inconnu'
|
||||
'Marital status': 'État civil'
|
||||
@@ -185,3 +186,6 @@ Group people by gender: Aggréger les personnes par genre
|
||||
|
||||
Aggregate by age: Aggréger par âge
|
||||
Calculate age in relation to this date: Calculer l'âge par rapport à cette date
|
||||
|
||||
Group people by country of birth: Aggréger les personnes par pays de naissance
|
||||
|
Reference in New Issue
Block a user