Create a page which list events

This commit is contained in:
2023-11-27 20:30:50 +01:00
parent d8bf6a195f
commit e902b6d409
16 changed files with 716 additions and 125 deletions

View File

@@ -0,0 +1,21 @@
total events match the search: >-
{ total, plural,
=0 {Aucun événement ne correspond aux termes de recherche}
one {Un événement correspond aux termes de recherche}
other {# événements correspondent aux termes de recherche}
}
count participations to this event: >-
{ count, plural,
=0 {Aucun participant à l'événement}
one {Un participant à l'événement}
other {# participants à l'événement}
}
events:
and_other_count_participants: >-
{ count, plural,
=0 {Aucun autre participant}
one {et un autre participant}
other {et # autres participants}
}