Fix translation keys and participant pluralization in list_with_period.html.twig

Updated French translations for "Participants" and improved pluralization handling in accompanying_period keys. Modified list_with_period.html.twig to dynamically translate "Participants" based on the count of current participations.
This commit is contained in:
2025-06-04 16:54:58 +02:00
parent a35d456308
commit fca10ada71
4 changed files with 16 additions and 2 deletions

View File

@@ -100,7 +100,7 @@
<div class="wl-row">
<div class="wl-col title">
<h3 class="participants">
{{ 'Participants'|trans }}
{{ 'accompanying_period.Participants_without_count'|trans({count: acp.currentParticipations|length}) }}
</h3>
</div>
<div class="wl-col list">