Fix deprecation of transchoice

This commit is contained in:
2023-10-02 17:44:21 +02:00
parent 41f4bbfdce
commit ef8ac6041a
16 changed files with 71 additions and 39 deletions

View File

@@ -0,0 +1,13 @@
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}
}